update design bl

This commit is contained in:
cheykrym 2026-04-01 00:51:22 +03:00
parent 5db98103c0
commit 8f3b6eb411
2 changed files with 6 additions and 6 deletions

View File

@ -150,9 +150,9 @@ QScrollArea > QWidget > QWidget { background: transparent; }
border: 1px solid #E5E7EB; border: 1px solid #E5E7EB;
} }
#BluetoothDeviceCard:hover { background: #F9FAFB; } #BluetoothDeviceCard:hover { background: #F9FAFB; }
#BluetoothDeviceName { color: #111827; } #BluetoothDeviceName { color: #111827; background: transparent; }
#BluetoothDeviceMac { color: rgba(107,114,128,0.95); } #BluetoothDeviceMac { color: rgba(107,114,128,0.95); background: transparent; }
#BluetoothDeviceStatus { color: rgba(107,114,128,0.95); } #BluetoothDeviceStatus { color: rgba(107,114,128,0.95); background: transparent; }
#BluetoothStatusIndicator { background: transparent; } #BluetoothStatusIndicator { background: transparent; }
#BluetoothRemoveBtn { #BluetoothRemoveBtn {
background: #fef2f2; background: #fef2f2;

View File

@ -139,9 +139,9 @@ QScrollArea > QWidget > QWidget { background: transparent; }
border-radius: 14px; border-radius: 14px;
} }
#BluetoothDeviceCard:hover { background: #1B2330; } #BluetoothDeviceCard:hover { background: #1B2330; }
#BluetoothDeviceName { color: #E6EAF0; } #BluetoothDeviceName { color: #E6EAF0; background: transparent; }
#BluetoothDeviceMac { color: rgba(138,147,166,0.95); } #BluetoothDeviceMac { color: rgba(138,147,166,0.95); background: transparent; }
#BluetoothDeviceStatus { color: rgba(138,147,166,0.95); } #BluetoothDeviceStatus { color: rgba(138,147,166,0.95); background: transparent; }
#BluetoothStatusIndicator { background: transparent; } #BluetoothStatusIndicator { background: transparent; }
#BluetoothRemoveBtn { #BluetoothRemoveBtn {
background: #3f1818; background: #3f1818;