mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
Dark theme has been changed
This commit is contained in:
parent
afd4d58058
commit
5da4d132e6
24
3rdparty/dark_style_sheet/qdarkstyle/style.qss
vendored
24
3rdparty/dark_style_sheet/qdarkstyle/style.qss
vendored
@ -1211,16 +1211,28 @@ QToolBox {
|
||||
|
||||
QToolBox::tab {
|
||||
color: #eff0f1;
|
||||
font-weight: bold;
|
||||
background-color: #383838;
|
||||
border: 1px solid #2b2b2b;
|
||||
border-bottom: 1px transparent #383838;
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
\\ background-color: #2b2b2b;
|
||||
border: 1px solid #d0d0d0;
|
||||
border-top: 1px transparent #383838;
|
||||
border-left: 1px transparent #383838;
|
||||
border-right: 1px transparent #383838;
|
||||
\\ border-bottom: 1px transparent #383838;
|
||||
\\ border-top-left-radius: 5px;
|
||||
\\ border-top-right-radius: 5px;
|
||||
}
|
||||
|
||||
QToolBox::tab:hover{
|
||||
background-color: #2b2b2b;
|
||||
border-color: #7faa18;
|
||||
}
|
||||
|
||||
QToolBox::tab:selected { /* italicize selected tabs */
|
||||
font: italic;
|
||||
background-color: #383838;
|
||||
\\ font: italic;
|
||||
font-weight: bold;
|
||||
\\ background-color: #383838;
|
||||
background-color: #2b2b2b;
|
||||
border-color: #7faa18;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user