mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-24 12:34:39 +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 {
|
QToolBar {
|
||||||
border: 1px transparent #2b2b2b;
|
\\ border: 1px transparent #2b2b2b;
|
||||||
\\ background: 1px solid #383838;
|
\\ background: #383838;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-bottom: 1px solid #2b2b2b;
|
border-bottom: 1px solid #2b2b2b;
|
||||||
}
|
}
|
||||||
@ -1061,9 +1061,9 @@ QSlider::handle:vertical {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QToolButton {
|
QToolButton {
|
||||||
background-color: #383838;
|
\\ background: #404040;
|
||||||
color : white;
|
color : white;
|
||||||
border: 1px solid #383838;
|
border: 1px solid #404040;
|
||||||
\\ border-radius: 2px;
|
\\ border-radius: 2px;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
@ -1088,6 +1088,11 @@ QToolButton:disabled{
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 1px transparent #2b2b2b;
|
border: 1px transparent #2b2b2b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
QToolBar QToolButton{
|
||||||
|
border: 1px solid #383838;
|
||||||
|
}
|
||||||
\\
|
\\
|
||||||
\\QToolButton[popupMode="1"] { /* only for MenuButtonPopup */
|
\\QToolButton[popupMode="1"] { /* only for MenuButtonPopup */
|
||||||
\\ padding-right: 20px; /* make way for the popup button */
|
\\ padding-right: 20px; /* make way for the popup button */
|
||||||
|
Loading…
Reference in New Issue
Block a user