From 91fc552a5bac89bdfd26e8bf652dc264ab8e556a Mon Sep 17 00:00:00 2001 From: cheykrym Date: Wed, 1 Apr 2026 01:18:36 +0300 Subject: [PATCH] update design bl --- themes/day.py | 5 +++-- themes/night.py | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/themes/day.py b/themes/day.py index 11bddf3..490e485 100644 --- a/themes/day.py +++ b/themes/day.py @@ -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; diff --git a/themes/night.py b/themes/night.py index 0d18201..0e470ca 100644 --- a/themes/night.py +++ b/themes/night.py @@ -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;