File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
resources/themes/Blend of Gray Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -153,9 +153,9 @@ QToolButton
153
153
color:@text;
154
154
}
155
155
156
- QTabWidget::top-bar QToolButton {
156
+ QPushButton[autoRaise=true], QToolButton[autoRaise=true] {
157
157
border:1px solid rgba(0,0,0,0);
158
- background-color: @background ;
158
+ background-color:transparent ;
159
159
}
160
160
161
161
QToolButton[popupMode="1"]
@@ -169,7 +169,7 @@ QToolButton::menu-button {
169
169
border-radius: 0.2em;
170
170
background:@itemdarkbackground;
171
171
}
172
- QToolButton:hover, QToolButton::menu-button:hover, QTabWidget::top-bar QToolButton:hover
172
+ QToolButton:hover, QToolButton::menu-button:hover
173
173
{
174
174
border-width: 1px;
175
175
border-color: @itemdarkbackground;
@@ -193,7 +193,7 @@ QToolBar QToolButton, QToolButton::menu-button
193
193
background-color: none;
194
194
}
195
195
196
- QPushButton:hover, QToolButton:hover, QTabWidget::top-bar QToolButton:hover {
196
+ QPushButton:hover, QToolButton:hover {
197
197
background-color: @lightalternativegradient;
198
198
}
199
199
You can’t perform that action at this time.
0 commit comments