diff --git a/resources/themes/Blend of Gray/style.qss b/resources/themes/Blend of Gray/style.qss index 0e19c2eaf2b..e91687b2879 100644 --- a/resources/themes/Blend of Gray/style.qss +++ b/resources/themes/Blend of Gray/style.qss @@ -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; diff --git a/resources/themes/Night Mapping/style.qss b/resources/themes/Night Mapping/style.qss index c19909c8674..d5a5bafd3bd 100644 --- a/resources/themes/Night Mapping/style.qss +++ b/resources/themes/Night Mapping/style.qss @@ -1332,6 +1332,7 @@ QListWidget#mOptionsListWidget::item:hover QListWidget#mOptionsListWidget::item:selected:hover { background-color: @selection; + color: @textlight; } QWidget#QgsTextFormatWidgetBase QTabWidget#mOptionsTab QTabBar::tab,