From 151738a4cbc4e0c497885e4a18307ae624b4539d Mon Sep 17 00:00:00 2001 From: Darkhost1999 <60384196+Darkhost1999@users.noreply.github.com> Date: Sun, 5 Nov 2023 07:02:16 -0600 Subject: [PATCH] Fix Firmware tree checkboxes Make it look like the rest of the file to communicate with the user correctly --- bin/GuiConfigs/Darker Style by TheMitoSan.qss | 20 ++++--------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/bin/GuiConfigs/Darker Style by TheMitoSan.qss b/bin/GuiConfigs/Darker Style by TheMitoSan.qss index 14a4c1e327..233fc47781 100644 --- a/bin/GuiConfigs/Darker Style by TheMitoSan.qss +++ b/bin/GuiConfigs/Darker Style by TheMitoSan.qss @@ -58,7 +58,7 @@ QTabBar::tab:hover { } /* Checkboxes */ -QCheckBox::indicator { +QCheckBox::indicator, QListWidget::indicator, QTreeWidget::indicator { border-radius: 0.125em; border-top-right-radius: 0em; border-bottom-left-radius: 0em; @@ -67,13 +67,13 @@ QCheckBox::indicator { height: 0.8em; margin-top: 0.0625em; } -QCheckBox::indicator:checked { +QCheckBox::indicator:checked, QListWidget::indicator::checked, QTreeWidget::indicator::checked { background-color: #FFF; /* White */ } -QCheckBox::indicator:unchecked { +QCheckBox::indicator:unchecked, QListWidget::indicator::unchecked, QTreeWidget::indicator::unchecked { background-color: #000; /* Black */ } -QCheckBox::indicator::disabled { +QCheckBox::indicator::disabled, QListWidget::indicator::disabled, QTreeWidget::indicator::disabled { background-color: #af4949; /* Red */ } @@ -180,18 +180,6 @@ QMenu::item:disabled { border-radius: 0.25em; } -/* Libraries list */ -QListWidget::item:selected { - background-color: #3d3d3d; - color: #ecf0f1; - border-radius: 0.125em; -} -QListWidget::item:hover { - background-color: #4c4b4b; - color: #ecf0f1; - border-radius: 0.25em; -} - /* Pad Settings: Controller Image */ QLabel#l_controller { color: #FFF;