From 8c750a770a9f46a3f06a266d0f678a9ae06316e3 Mon Sep 17 00:00:00 2001 From: Gustavo Graziano Date: Tue, 12 May 2026 13:56:55 -0300 Subject: [PATCH] I made some visual improvements to some components I made improvements to highlight the default QDialog button, added a color to the left side of the QSlider, and slightly spaced out the items in the QComboBox --- ...ows 11 (Light Mode) by GustavoGraziano.qss | 21 ++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/bin/GuiConfigs/Windows 11 (Light Mode) by GustavoGraziano.qss b/bin/GuiConfigs/Windows 11 (Light Mode) by GustavoGraziano.qss index f279bd0570..2bfaf2a06a 100644 --- a/bin/GuiConfigs/Windows 11 (Light Mode) by GustavoGraziano.qss +++ b/bin/GuiConfigs/Windows 11 (Light Mode) by GustavoGraziano.qss @@ -349,24 +349,24 @@ QPushButton:disabled { } -QDialog QDialogButtonBox QPushButton { +QDialog QDialogButtonBox QPushButton:default { color: #FFFFFF; background-color: #0067C0; border-color: #1473C5; } -QDialog QDialogButtonBox QPushButton:hover { +QDialog QDialogButtonBox QPushButton:default:hover { background-color: #1A76C6; border-color: #2C80CA; } -QDialog QDialogButtonBox QPushButton:pressed { +QDialog QDialogButtonBox QPushButton:default:pressed { color: #C2DAEF; background-color: #3284CB; border-color: #3284CB; } -QDialog QDialogButtonBox QPushButton:disabled { +QDialog QDialogButtonBox QPushButton:default:disabled { color: #FFFFFF; background-color: #C5C5C5; border-color: #C5C5C5; @@ -614,6 +614,7 @@ QComboBox QAbstractItemView { QComboBox QAbstractItemView::item { color: #1B1B1B; padding: 4px 6px; + margin: 2px 0px; background-color: transparent; border-radius: 4px; } @@ -646,7 +647,7 @@ QDoubleSpinBox::up-button, QDoubleSpinBox::down-button { border-radius: 4px; width: 8px; height: 8px; - padding: 3px 4px; + padding: 3px 4px; } QSpinBox::up-button:hover, QSpinBox::down-button:hover, @@ -713,6 +714,16 @@ QSlider::handle:horizontal:disabled { image: url("GuiConfigs/light/slider-handle-disabled.svg"); } +QSlider::sub-page:horizontal { + background-color: #1A76C6; + border-radius: 2px; + height: 4px; +} + +QSlider::sub-page:horizontal:disabled { + background-color: #868788; +} + /* LINE EDIT */ QLineEdit {