style: fix lingoes style

panels background-color should be yellow
This commit is contained in:
Xiao YiFang 2022-08-21 22:02:42 +08:00
parent f0a289fba0
commit ee6371d579
3 changed files with 7 additions and 0 deletions

5
qt-style-st-lingoes.css Normal file
View file

@ -0,0 +1,5 @@
MainWindow #translateLine, ScanPopup #translateLine, MainWindow #wordList, MainWindow #dictsPane #dictsList, MainWindow #historyPane #historyList, MainWindow #favoritesPane #favoritesTree
{
background: #fefdeb;
color: black;
}

View file

@ -2,4 +2,5 @@ MainWindow #translateLine, ScanPopup #translateLine, MainWindow #wordList, MainW
MainWindow #historyPane #historyList, MainWindow #favoritesPane #favoritesTree
{
background: white;
color: black;
}

View file

@ -106,5 +106,6 @@
<file>qt-style-st-classic.css</file>
<file>icons/old-arrow.png</file>
<file>icons/old-downarrow.png</file>
<file>qt-style-st-lingoes.css</file>
</qresource>
</RCC>