update design bl
This commit is contained in:
parent
366e27afec
commit
91fc552a5b
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user