diff options
author | bd <bdunahu@operationnull.com> | 2025-04-21 19:10:22 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-21 19:10:22 -0400 |
commit | a13aca599a7a326997e3f1cfda851b6736c26a12 (patch) | |
tree | 774d2577e882adb9336a694461daf58a891dd879 /gui | |
parent | 55656e22b924ffb431eeb0e6baa74069a8159baf (diff) |
CSS changes to make storage display more readable
Diffstat (limited to 'gui')
-rw-r--r-- | gui/resources/styles.qss | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/gui/resources/styles.qss b/gui/resources/styles.qss index ee92867..76d0311 100644 --- a/gui/resources/styles.qss +++ b/gui/resources/styles.qss @@ -59,7 +59,6 @@ QLineEdit { } QTextEdit, QListView { - font-size: 10pt; } QPushButton { @@ -91,7 +90,6 @@ QMenuBar { QMenuBar::item { padding: 1px 4px; background: transparent; - border-radius: 4px; } QCheckBox { @@ -113,11 +111,19 @@ QCheckBox::indicator:checked { QTabWidget::tab-bar { alignment: center; + border: 0px; } QTabBar::tab:selected { color: "#000200"; background-color: "#00cc00"; + border: 0px; + padding: 2px; +} + +QTabBar::tab:!selected { + border: 0px; + padding: 2px; } QSlider::groove:horizontal { |