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;
}
#BluetoothDeviceCard:hover { background: #F9FAFB; }
#BluetoothDeviceName { color: #111827; }
#BluetoothDeviceMac { color: rgba(107,114,128,0.95); }
#BluetoothDeviceStatus { color: rgba(107,114,128,0.95); }
#BluetoothDeviceName { color: #111827; background: transparent; }
#BluetoothDeviceMac { color: rgba(107,114,128,0.95); background: transparent; }
#BluetoothDeviceStatus { color: rgba(107,114,128,0.95); background: transparent; }
#BluetoothStatusIndicator { background: transparent; }
#BluetoothRemoveBtn {
background: #fef2f2;

View File

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