mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
[themes] Fix options list widget text color on hover
This commit is contained in:
parent
a77b60422d
commit
93625784ff
@ -1241,6 +1241,17 @@ QListWidget#mOptionsListWidget::item {
|
||||
padding: 0.1em;
|
||||
}
|
||||
|
||||
QListWidget#mOptionsListWidget::item:hover
|
||||
{
|
||||
background-color: @hover;
|
||||
color: @itemdarkbackground;
|
||||
}
|
||||
|
||||
QListWidget#mOptionsListWidget::item:selected:hover {
|
||||
background-color: @selection;
|
||||
color: @text;
|
||||
}
|
||||
|
||||
QWidget#QgsTextFormatWidgetBase QTabWidget#mOptionsTab QTabBar::tab,
|
||||
QWidget#QgsRendererMeshPropsWidgetBase QTabWidget#mStyleOptionsTab QTabBar::tab {
|
||||
width: 1.2em;
|
||||
|
@ -1332,6 +1332,7 @@ QListWidget#mOptionsListWidget::item:hover
|
||||
|
||||
QListWidget#mOptionsListWidget::item:selected:hover {
|
||||
background-color: @selection;
|
||||
color: @textlight;
|
||||
}
|
||||
|
||||
QWidget#QgsTextFormatWidgetBase QTabWidget#mOptionsTab QTabBar::tab,
|
||||
|
Loading…
x
Reference in New Issue
Block a user