From a13aca599a7a326997e3f1cfda851b6736c26a12 Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 21 Apr 2025 19:10:22 -0400 Subject: CSS changes to make storage display more readable --- gui/resources/styles.qss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'gui/resources') 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 { -- cgit v1.2.3