From 8f3b6eb411d7f19e1490b3d8b7ecfc27cc8a58a4 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Wed, 1 Apr 2026 00:51:22 +0300 Subject: [PATCH] update design bl --- themes/day.py | 6 +++--- themes/night.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/day.py b/themes/day.py index 37d11ee..ed5eceb 100644 --- a/themes/day.py +++ b/themes/day.py @@ -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; diff --git a/themes/night.py b/themes/night.py index d0889e4..23efb9d 100644 --- a/themes/night.py +++ b/themes/night.py @@ -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;