mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
Dark theme updated
This commit is contained in:
parent
9bb0a43856
commit
977be6cf77
13
3rdparty/dark_style_sheet/qdarkstyle/style.qss
vendored
13
3rdparty/dark_style_sheet/qdarkstyle/style.qss
vendored
@ -591,8 +591,8 @@ QStackedWidget
|
||||
}
|
||||
|
||||
QToolBar {
|
||||
border: 1px transparent #2b2b2b;
|
||||
\\ background: 1px solid #383838;
|
||||
\\ border: 1px transparent #2b2b2b;
|
||||
\\ background: #383838;
|
||||
font-weight: bold;
|
||||
border-bottom: 1px solid #2b2b2b;
|
||||
}
|
||||
@ -1061,9 +1061,9 @@ QSlider::handle:vertical {
|
||||
}
|
||||
|
||||
QToolButton {
|
||||
background-color: #383838;
|
||||
\\ background: #404040;
|
||||
color : white;
|
||||
border: 1px solid #383838;
|
||||
border: 1px solid #404040;
|
||||
\\ border-radius: 2px;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
@ -1088,6 +1088,11 @@ QToolButton:disabled{
|
||||
background-color: transparent;
|
||||
border: 1px transparent #2b2b2b;
|
||||
}
|
||||
|
||||
|
||||
QToolBar QToolButton{
|
||||
border: 1px solid #383838;
|
||||
}
|
||||
\\
|
||||
\\QToolButton[popupMode="1"] { /* only for MenuButtonPopup */
|
||||
\\ padding-right: 20px; /* make way for the popup button */
|
||||
|
Loading…
Reference in New Issue
Block a user