From 6f69433d0e1d390578dd87fc4fa9b6ba95304ecc Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Tue, 20 Mar 2018 09:59:18 +0100 Subject: [PATCH] ui: Minor style improvements in status view --- bin/app/data/gui/tabbed_view/tabbed_view.css | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/bin/app/data/gui/tabbed_view/tabbed_view.css b/bin/app/data/gui/tabbed_view/tabbed_view.css index 0ecd29fb..21ef1f1e 100644 --- a/bin/app/data/gui/tabbed_view/tabbed_view.css +++ b/bin/app/data/gui/tabbed_view/tabbed_view.css @@ -12,31 +12,23 @@ QTabWidget::tab-bar { QTabBar::tab { background-color: ; - border-top: 1px solid ; - border-bottom: 1px solid ; + border: 1px solid ; border-top-left-radius: 7px; border-top-right-radius: 7px; color: ; font-size: px; height: ; - margin-left: 4px; - margin-right: 1px; + margin-left: 3px; margin-top: 4px; width: 100px; } QTabBar::tab:hover { - margin-left: 3px; - margin-right: 0px; background-color: ; - border: 1px solid ; } QTabBar::tab:selected, QTabBar::tab:pressed { - margin-left: 3px; - margin-right: 0px; background-color: ; - border: 1px solid ; border-bottom: 1px solid ; } @@ -51,8 +43,8 @@ QTableView { background-color: ; alternate-background-color: ; border-radius: 7px; - border-bottom-left-radius: 0px; - border-bottom-right-radius: 0px; + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; border: 1px solid ; margin: 10px 10px 2px; font-size: px;