[themes] Fix bad styling of scrollbars in the plugin manager dialog

This commit is contained in:
Mathieu Pellerin 2024-09-13 08:39:33 +07:00 committed by Denis Rouzaud
parent 2a254b4433
commit 5e049f96df
2 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,8 @@ QWidget:item:selected
QWebView, QTextBrowser
{
color: #000000;
background-color: #ffffff;
color: @text;
background-color: @itembackground;
}
QToolTip

View File

@ -26,8 +26,8 @@ QWidget:item:selected
QWebView, QTextBrowser
{
color: #000000;
background-color: #ffffff;
color: @text;
background-color: @itemdarkbackground;
}
QToolTip