From 8a0cffba67d270d44d78d88ff85683f143fd59c0 Mon Sep 17 00:00:00 2001 From: fekt Date: Tue, 18 Oct 2022 18:44:25 -0400 Subject: [PATCH] Update midnight.css Additional commenting out for theme consistencies with dark. --- res/css/midnight.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/res/css/midnight.css b/res/css/midnight.css index 07edb51..a7f2a15 100644 --- a/res/css/midnight.css +++ b/res/css/midnight.css @@ -49,8 +49,11 @@ font-weight: bold; } QTabWidget QTabBar::tab { -min-height: 15px; -padding: 15px 25px; +/*min-height: 15px;*/ +padding-left:20px; +padding-right:20px; +padding-top:5px; +padding-bottom:5px; border: 1px ridge #222; left: 1px; /* Fix 1px alignment */ background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #333, stop: 1 #111); @@ -65,6 +68,7 @@ border-bottom: 0px; /* Overwrites border-bottom */ QTabWidget QTabBar::tab:hover { background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #555, stop: 1 #111); +min-height: 20px } QHeaderView { /* Table Header */ @@ -115,8 +119,8 @@ color: #fff; QMenuBar::item { background-color:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 0.25, stop: 0 #222, stop: 1 #111); color: #fff; -padding: 5px 7px; -margin: 0px; +/*padding: 5px 7px; +margin: 0px;*/ } QMenuBar::item:selected {