From 04919f6986cbfa7ac69e9fe04ac52e6dc0fd98ca Mon Sep 17 00:00:00 2001 From: BBC-Esq Date: Mon, 25 Mar 2024 15:14:38 -0400 Subject: [PATCH] v4.3 --- src/CSS/custom_stylesheet.css | 4 ++++ src/CSS/custom_stylesheet_auburn.css | 4 ++++ src/CSS/custom_stylesheet_black.css | 4 ++++ src/CSS/custom_stylesheet_bluish.css | 4 ++++ src/CSS/custom_stylesheet_dark_blue.css | 4 ++++ src/CSS/custom_stylesheet_dark_yellow.css | 4 ++++ src/CSS/custom_stylesheet_default.css | 4 ++++ src/CSS/custom_stylesheet_green_grey.css | 4 ++++ src/CSS/custom_stylesheet_greenish.css | 4 ++++ src/CSS/custom_stylesheet_grey.css | 4 ++++ src/CSS/custom_stylesheet_jewel.css | 4 ++++ src/CSS/custom_stylesheet_monet.css | 4 ++++ src/CSS/custom_stylesheet_okeefe.css | 4 ++++ src/CSS/custom_stylesheet_orangish.css | 4 ++++ src/CSS/custom_stylesheet_puke.css | 4 ++++ src/CSS/custom_stylesheet_purplish.css | 4 ++++ src/CSS/custom_stylesheet_reddish.css | 4 ++++ src/CSS/custom_stylesheet_steel_ocean.css | 8 ++++++-- src/CSS/custom_stylesheet_yellowish.css | 4 ++++ 19 files changed, 78 insertions(+), 2 deletions(-) diff --git a/src/CSS/custom_stylesheet.css b/src/CSS/custom_stylesheet.css index 7fc6299b..52c824c7 100644 --- a/src/CSS/custom_stylesheet.css +++ b/src/CSS/custom_stylesheet.css @@ -48,6 +48,10 @@ QComboBox QAbstractItemView::item:hover { color: white; } +QRadioButton { + color: white; +} + QLineEdit { background-color: #161b22; color: white; diff --git a/src/CSS/custom_stylesheet_auburn.css b/src/CSS/custom_stylesheet_auburn.css index 318bd9ba..f45b4b4f 100644 --- a/src/CSS/custom_stylesheet_auburn.css +++ b/src/CSS/custom_stylesheet_auburn.css @@ -48,6 +48,10 @@ QComboBox QAbstractItemView::item:hover { color: white; } +QRadioButton { + color: white; +} + QLineEdit { background-color: #161b22; color: white; diff --git a/src/CSS/custom_stylesheet_black.css b/src/CSS/custom_stylesheet_black.css index 488c48a1..6456443f 100644 --- a/src/CSS/custom_stylesheet_black.css +++ b/src/CSS/custom_stylesheet_black.css @@ -67,6 +67,10 @@ QGroupBox { padding: 10px; } +QRadioButton { + color: white; +} + DownloadModelDialog { background-color: #0E0D13; } diff --git a/src/CSS/custom_stylesheet_bluish.css b/src/CSS/custom_stylesheet_bluish.css index 9680ac66..a218325d 100644 --- a/src/CSS/custom_stylesheet_bluish.css +++ b/src/CSS/custom_stylesheet_bluish.css @@ -48,6 +48,10 @@ QComboBox QAbstractItemView::item:hover { color: white; } +QRadioButton { + color: white; +} + QLineEdit { background-color: #161b22; color: white; diff --git a/src/CSS/custom_stylesheet_dark_blue.css b/src/CSS/custom_stylesheet_dark_blue.css index 4b1b7233..ac7139e3 100644 --- a/src/CSS/custom_stylesheet_dark_blue.css +++ b/src/CSS/custom_stylesheet_dark_blue.css @@ -48,6 +48,10 @@ QComboBox QAbstractItemView::item:hover { color: white; } +QRadioButton { + color: white; +} + QLineEdit { background-color: #1a1d29; color: white; diff --git a/src/CSS/custom_stylesheet_dark_yellow.css b/src/CSS/custom_stylesheet_dark_yellow.css index a54f35ee..d68699fa 100644 --- a/src/CSS/custom_stylesheet_dark_yellow.css +++ b/src/CSS/custom_stylesheet_dark_yellow.css @@ -43,6 +43,10 @@ QComboBox QAbstractItemView { color: white; } +QRadioButton { + color: white; +} + QComboBox QAbstractItemView::item:hover { background-color: #8c6b34; color: white; diff --git a/src/CSS/custom_stylesheet_default.css b/src/CSS/custom_stylesheet_default.css index 0674ae7e..0a271bce 100644 --- a/src/CSS/custom_stylesheet_default.css +++ b/src/CSS/custom_stylesheet_default.css @@ -43,6 +43,10 @@ QComboBox QAbstractItemView { color: white; } +QRadioButton { + color: white; +} + QComboBox QAbstractItemView::item:hover { background-color: #038387; border: 1px solid #253141; diff --git a/src/CSS/custom_stylesheet_green_grey.css b/src/CSS/custom_stylesheet_green_grey.css index 494c1e34..9ac53753 100644 --- a/src/CSS/custom_stylesheet_green_grey.css +++ b/src/CSS/custom_stylesheet_green_grey.css @@ -48,6 +48,10 @@ QComboBox QAbstractItemView::item:hover { color: white; } +QRadioButton { + color: white; +} + QLineEdit { background-color: #1b2224; color: white; diff --git a/src/CSS/custom_stylesheet_greenish.css b/src/CSS/custom_stylesheet_greenish.css index 6d3d6ff2..7f173aa2 100644 --- a/src/CSS/custom_stylesheet_greenish.css +++ b/src/CSS/custom_stylesheet_greenish.css @@ -48,6 +48,10 @@ QComboBox QAbstractItemView::item:hover { color: white; } +QRadioButton { + color: white; +} + QLineEdit { background-color: #161b22; color: white; diff --git a/src/CSS/custom_stylesheet_grey.css b/src/CSS/custom_stylesheet_grey.css index 23c063f5..2b6c26ef 100644 --- a/src/CSS/custom_stylesheet_grey.css +++ b/src/CSS/custom_stylesheet_grey.css @@ -65,6 +65,10 @@ QGroupBox { padding: 10px; } +QRadioButton { + color: white; +} + DownloadModelDialog { background-color: #2D2D2D; } diff --git a/src/CSS/custom_stylesheet_jewel.css b/src/CSS/custom_stylesheet_jewel.css index 0a832690..b8bec632 100644 --- a/src/CSS/custom_stylesheet_jewel.css +++ b/src/CSS/custom_stylesheet_jewel.css @@ -55,6 +55,10 @@ QLineEdit { padding: 3px; } +QRadioButton { + color: white; +} + QLineEdit::placeholder { color: #a27aa2; } diff --git a/src/CSS/custom_stylesheet_monet.css b/src/CSS/custom_stylesheet_monet.css index 9abd0b7a..a049cb6b 100644 --- a/src/CSS/custom_stylesheet_monet.css +++ b/src/CSS/custom_stylesheet_monet.css @@ -55,6 +55,10 @@ QLineEdit { padding: 3px; } +QRadioButton { + color: white; +} + QLineEdit::placeholder { color: #aacbe8; } diff --git a/src/CSS/custom_stylesheet_okeefe.css b/src/CSS/custom_stylesheet_okeefe.css index 3340d3fe..62e6c1f4 100644 --- a/src/CSS/custom_stylesheet_okeefe.css +++ b/src/CSS/custom_stylesheet_okeefe.css @@ -48,6 +48,10 @@ QComboBox QAbstractItemView::item:hover { color: white; } +QRadioButton { + color: white; +} + QLineEdit { background-color: #161b22; color: #7a6469; diff --git a/src/CSS/custom_stylesheet_orangish.css b/src/CSS/custom_stylesheet_orangish.css index 14a2e398..ef3e5b8d 100644 --- a/src/CSS/custom_stylesheet_orangish.css +++ b/src/CSS/custom_stylesheet_orangish.css @@ -48,6 +48,10 @@ QComboBox QAbstractItemView::item:hover { color: white; } +QRadioButton { + color: white; +} + QLineEdit { background-color: #161b22; color: white; diff --git a/src/CSS/custom_stylesheet_puke.css b/src/CSS/custom_stylesheet_puke.css index 7658f011..25b07271 100644 --- a/src/CSS/custom_stylesheet_puke.css +++ b/src/CSS/custom_stylesheet_puke.css @@ -38,6 +38,10 @@ QComboBox { padding: 3px; } +QRadioButton { + color: white; +} + QComboBox QAbstractItemView { background-color: #4a5a4e; color: white; diff --git a/src/CSS/custom_stylesheet_purplish.css b/src/CSS/custom_stylesheet_purplish.css index d324b39d..4aec597a 100644 --- a/src/CSS/custom_stylesheet_purplish.css +++ b/src/CSS/custom_stylesheet_purplish.css @@ -30,6 +30,10 @@ QLabel { color: white; } +QRadioButton { + color: white; +} + QComboBox { background-color: #423c47; color: white; diff --git a/src/CSS/custom_stylesheet_reddish.css b/src/CSS/custom_stylesheet_reddish.css index 60d207a0..d8ebbf22 100644 --- a/src/CSS/custom_stylesheet_reddish.css +++ b/src/CSS/custom_stylesheet_reddish.css @@ -30,6 +30,10 @@ QLabel { color: white; } +QRadioButton { + color: white; +} + QComboBox { background-color: #472d3c; color: white; diff --git a/src/CSS/custom_stylesheet_steel_ocean.css b/src/CSS/custom_stylesheet_steel_ocean.css index e61b557b..4cb84382 100644 --- a/src/CSS/custom_stylesheet_steel_ocean.css +++ b/src/CSS/custom_stylesheet_steel_ocean.css @@ -23,7 +23,7 @@ QPushButton:hover { } QGroupBox { - border: 2px solid #1b3a47; + border: 1px solid #1b3a47; } QLabel { @@ -43,6 +43,10 @@ QComboBox QAbstractItemView { color: white; } +QRadioButton { + color: white; +} + QComboBox QAbstractItemView::item:hover { background-color: #703c4b; color: white; @@ -51,7 +55,7 @@ QComboBox QAbstractItemView::item:hover { QLineEdit { background-color: #1e2126; color: white; - border: none; + border: None; padding: 3px; } diff --git a/src/CSS/custom_stylesheet_yellowish.css b/src/CSS/custom_stylesheet_yellowish.css index 0fe0cc54..8c672a3f 100644 --- a/src/CSS/custom_stylesheet_yellowish.css +++ b/src/CSS/custom_stylesheet_yellowish.css @@ -30,6 +30,10 @@ QLabel { color: white; } +QRadioButton { + color: white; +} + QComboBox { background-color: #4a4739; color: white;