From e5b0210c27e6085b890e485ab2bf4b0631404438 Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 8 Sep 2017 17:25:29 +0200 Subject: [PATCH] [update] bright stylesheet --- pylot/styles/bright.qss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pylot/styles/bright.qss b/pylot/styles/bright.qss index ad25a3da..ee1bb29a 100644 --- a/pylot/styles/bright.qss +++ b/pylot/styles/bright.qss @@ -139,7 +139,7 @@ background-color:transparent; } QTabBar::tab{ -background-color:qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(230, 230, 230, 255), stop:1 rgba(255, 255, 255, 255)); +background-color:qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(230, 230, 230, 255), stop:1 rgba(210, 210, 210, 255)); color: rgba(0, 0, 0, 255); border-style:solid; border-color:rgba(230, 230, 230 255); @@ -149,7 +149,7 @@ padding:5px; } QTabBar::tab:selected{ -background-color:qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(210, 210, 210, 255), stop:1 rgba(230, 230, 230, 255)); +background-color:qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(255, 255, 255, 255), stop:1 rgba(230, 230, 230, 255)); color: rgba(0, 0, 0, 255); border-style:solid; border-color:rgba(230, 230, 230, 255); @@ -159,7 +159,7 @@ padding:5px; } QTabBar::tab:disabled{ -background-color:qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(230, 230, 230, 255), stop:1 rgba(255, 255, 255, 255)); +background-color:qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(230, 230, 230, 255), stop:1 rgba(210, 210, 210, 255)); color: rgba(100, 100, 120, 255); }