0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-24 16:44:39 +03:00

Dark theme updated

This commit is contained in:
Arin Alex 2018-06-28 23:17:03 +03:00
parent 9bb0a43856
commit 977be6cf77

View File

@ -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 */