From 7493b55f39b936b006f2c1e9a018ff8b542e3c5b Mon Sep 17 00:00:00 2001 From: C-o-m-o-n Date: Sat, 27 Jul 2024 11:51:50 +0300 Subject: [PATCH 1/2] update text colors --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 59b0199..3527f84 100644 --- a/style.css +++ b/style.css @@ -8,11 +8,13 @@ QTextEdit { background-color: #ffffff; border: 1px solid #cccccc; padding: 5px; + color: #000000; } QLabel { font-size: 10pt; margin-bottom: 5px; + color: #000000; } QSpinBox, QDoubleSpinBox { @@ -21,11 +23,14 @@ QSpinBox, QDoubleSpinBox { border: 1px solid #cccccc; padding: 5px; width: 100px; + color: #000000; } QCheckBox { font-size: 10pt; margin: 10px 0; + padding: 10px; + color: #000000; } QPushButton { From 531700240f07061f1b7627062594f47f44554d0d Mon Sep 17 00:00:00 2001 From: "Collins O. Odhiambo" Date: Sat, 27 Jul 2024 12:16:49 +0300 Subject: [PATCH 2/2] Update style.css Updted --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 3527f84..5e3cd24 100644 --- a/style.css +++ b/style.css @@ -8,13 +8,13 @@ QTextEdit { background-color: #ffffff; border: 1px solid #cccccc; padding: 5px; - color: #000000; + color: #000000; } QLabel { font-size: 10pt; margin-bottom: 5px; - color: #000000; + color: #000000; } QSpinBox, QDoubleSpinBox { @@ -23,14 +23,14 @@ QSpinBox, QDoubleSpinBox { border: 1px solid #cccccc; padding: 5px; width: 100px; - color: #000000; + color: #000000; } QCheckBox { font-size: 10pt; margin: 10px 0; - padding: 10px; - color: #000000; + padding: 10px; + color: #000000; } QPushButton {