mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 08:29:07 +03:00
Dark theme updated
This commit is contained in:
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 */
|
||||
|
Reference in New Issue
Block a user