[update] bright stylesheet

This commit is contained in:
Marcel Paffrath 2017-09-08 17:19:18 +02:00
parent 104a8dda64
commit f1fdd3b17b

View File

@ -149,15 +149,20 @@ padding:5px;
} }
QTabBar::tab:selected{ QTabBar::tab:selected{
background-color:rgba(255, 255, 255, 255); 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));
color: rgba(0, 0, 0, 255); color: rgba(0, 0, 0, 255);
border-style:solid; border-style:solid;
border-color:rgba(255, 255, 255, 255); border-color:rgba(230, 230, 230, 255);
border-bottom-color: transparent; border-bottom-color: transparent;
border-width:1px; border-width:1px;
padding:5px; 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));
color: rgba(100, 100, 120, 255);
}
QTabWidget{ QTabWidget{
background-color:transparent; background-color:transparent;
} }
@ -165,7 +170,7 @@ background-color:transparent;
QTabWidget::pane{ QTabWidget::pane{
background-color:rgba(0, 0, 0, 255); background-color:rgba(0, 0, 0, 255);
border-style:solid; border-style:solid;
border-color:rgba(255, 255, 255, 255); border-color:rgba(230, 230, 230, 255);
border-width:1px; border-width:1px;
} }
@ -174,7 +179,7 @@ background-color:rgba(255, 255, 255, 255);
} }
QTabWidget > QWidget{ QTabWidget > QWidget{
background-color: rgba(255, 255, 255, 255); background-color: rgba(230, 230, 230, 255);
color: rgba(0, 0, 0, 255); color: rgba(0, 0, 0, 255);
} }