update design bl

This commit is contained in:
cheykrym 2026-04-01 01:18:36 +03:00
parent 366e27afec
commit 91fc552a5b
2 changed files with 6 additions and 4 deletions

View File

@ -142,14 +142,15 @@ QScrollArea > QWidget > QWidget { background: transparent; }
#BluetoothList::item {
padding: 0;
border-radius: 10px;
background: transparent;
}
#BluetoothList::item:selected { background: #F3F4F6; }
#BluetoothList::item:hover { background: transparent; }
#BluetoothList::item:selected { background: transparent; }
#BluetoothDeviceCard {
background: #FFFFFF;
border-radius: 14px;
border: 1px solid #E5E7EB;
}
#BluetoothDeviceCard:hover { background: #F9FAFB; }
#BluetoothDeviceCard[selected="true"] {
background: #EFF6FF;
border: 2px solid #3B82F6;

View File

@ -132,13 +132,14 @@ QScrollArea > QWidget > QWidget { background: transparent; }
#BluetoothList::item {
padding: 0;
border-radius: 10px;
background: transparent;
}
#BluetoothList::item:selected { background: #1B2330; }
#BluetoothList::item:hover { background: transparent; }
#BluetoothList::item:selected { background: transparent; }
#BluetoothDeviceCard {
background: #141A22;
border-radius: 14px;
}
#BluetoothDeviceCard:hover { background: #1B2330; }
#BluetoothDeviceCard[selected="true"] {
background: #2A3A52;
border: 2px solid #3B82F6;