Skip to content

Commit

Permalink
[themes] Fix bad styling of scrollbars in the plugin manager dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Sep 13, 2024
1 parent 10b16ab commit c3171fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions resources/themes/Blend of Gray/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ QWidget:item:selected

QWebView, QTextBrowser
{
color: #000000;
background-color: #ffffff;
color: @text;
background-color: @itembackground;
}

QToolTip
Expand Down
4 changes: 2 additions & 2 deletions resources/themes/Night Mapping/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ QWidget:item:selected

QWebView, QTextBrowser
{
color: #000000;
background-color: #ffffff;
color: @text;
background-color: @itemdarkbackground;
}

QToolTip
Expand Down

0 comments on commit c3171fa

Please sign in to comment.