mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
[themes] Fix bad styling of scrollbars in the plugin manager dialog
This commit is contained in:
parent
2a254b4433
commit
5e049f96df
@ -26,8 +26,8 @@ QWidget:item:selected
|
||||
|
||||
QWebView, QTextBrowser
|
||||
{
|
||||
color: #000000;
|
||||
background-color: #ffffff;
|
||||
color: @text;
|
||||
background-color: @itembackground;
|
||||
}
|
||||
|
||||
QToolTip
|
||||
|
@ -26,8 +26,8 @@ QWidget:item:selected
|
||||
|
||||
QWebView, QTextBrowser
|
||||
{
|
||||
color: #000000;
|
||||
background-color: #ffffff;
|
||||
color: @text;
|
||||
background-color: @itemdarkbackground;
|
||||
}
|
||||
|
||||
QToolTip
|
||||
|
Loading…
x
Reference in New Issue
Block a user