@@ -173,7 +173,7 @@ QToolButton::hover, QToolButton::menu-button::hover
173
173
border-color: #1e1e1e;
174
174
border-style: solid;
175
175
border-radius: 0px;
176
- background-color: none ;
176
+ background-color: transparent ;
177
177
}
178
178
QToolButton:checked
179
179
{
@@ -191,6 +191,14 @@ QToolBar QToolButton, QToolButton::menu-button
191
191
background-color: none;
192
192
}
193
193
194
+ QPushButton:hover, QToolButton:hover {
195
+ background-color: @itemdarkbackground;
196
+ }
197
+
198
+ QPushButton:pressed, QToolButton:pressed {
199
+ background-color: @darkalternativegradient;
200
+ }
201
+
194
202
/* ==================================================================================== */
195
203
/* COMBO BOX */
196
204
/* ==================================================================================== */
@@ -206,8 +214,8 @@ QComboBox {
206
214
}
207
215
208
216
209
- QComboBox:hover,QPushButton:hover,QToolButton:hover, QAbstractSpinBox:hover {
210
- background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #565656,stop: 1 #464646) ;
217
+ QComboBox:hover, QAbstractSpinBox:hover {
218
+ background-color: @darkalternativegradient ;
211
219
}
212
220
213
221
QComboBox:on {
@@ -696,6 +704,11 @@ QgsColorButton, QgsColorRampButton, QgsSymbolButton, QgsFontButton {
696
704
color:@text;
697
705
}
698
706
707
+ QgsColorButton:hover, QgsColorRampButton:hover, QgsSymbolButton:hover, QgsFontButton:hover {
708
+ background-color: @darkalternativegradient;
709
+ color:@itembackground;
710
+ }
711
+
699
712
QgsMessageBar QLabel, QgsMessageBar QTextEdit, QMessageBar QToolButton, QMessageBar QToolButton::menu-button {
700
713
background: transparent;
701
714
border: none;
0 commit comments