mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
style: fix lingoes style
panels background-color should be yellow
This commit is contained in:
parent
f0a289fba0
commit
ee6371d579
5
qt-style-st-lingoes.css
Normal file
5
qt-style-st-lingoes.css
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
MainWindow #translateLine, ScanPopup #translateLine, MainWindow #wordList, MainWindow #dictsPane #dictsList, MainWindow #historyPane #historyList, MainWindow #favoritesPane #favoritesTree
|
||||||
|
{
|
||||||
|
background: #fefdeb;
|
||||||
|
color: black;
|
||||||
|
}
|
|
@ -2,4 +2,5 @@ MainWindow #translateLine, ScanPopup #translateLine, MainWindow #wordList, MainW
|
||||||
MainWindow #historyPane #historyList, MainWindow #favoritesPane #favoritesTree
|
MainWindow #historyPane #historyList, MainWindow #favoritesPane #favoritesTree
|
||||||
{
|
{
|
||||||
background: white;
|
background: white;
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
|
@ -106,5 +106,6 @@
|
||||||
<file>qt-style-st-classic.css</file>
|
<file>qt-style-st-classic.css</file>
|
||||||
<file>icons/old-arrow.png</file>
|
<file>icons/old-arrow.png</file>
|
||||||
<file>icons/old-downarrow.png</file>
|
<file>icons/old-downarrow.png</file>
|
||||||
|
<file>qt-style-st-lingoes.css</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
|
Loading…
Reference in a new issue