mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
style: optimize the custom style sheet when enabled system dark mode
This commit is contained in:
parent
306c435ae0
commit
57d5f845c5
|
@ -1,7 +1,7 @@
|
|||
MainWindow #translateLine, ScanPopup #translateLine, MainWindow #searchPane #wordList, MainWindow #dictsPane #dictsList,
|
||||
MainWindow #historyPane #historyList, MainWindow #favoritesPane #favoritesTree
|
||||
{
|
||||
background: white;
|
||||
|
||||
}
|
||||
|
||||
MainWindow #searchPane #translateLine
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
MainWindow #translateLine, ScanPopup #translateLine, MainWindow #wordList, MainWindow #dictsPane #dictsList,
|
||||
MainWindow #historyPane #historyList, MainWindow #favoritesPane #favoritesTree
|
||||
{
|
||||
background: white;
|
||||
|
||||
}
|
||||
|
||||
/* WARNING: hides all separators! */
|
||||
|
|
|
@ -3,9 +3,8 @@ MainWindow #translateLine, ScanPopup #translateLine, MainWindow #wordList, MainW
|
|||
}
|
||||
|
||||
MainWindow #translateLine[noResults="true"],
|
||||
ScanPopup #translateLine[noResults="true"]
|
||||
{
|
||||
background: #febb7d;
|
||||
ScanPopup #translateLine[noResults="true"] {
|
||||
background: #febb7d;
|
||||
}
|
||||
|
||||
#navToolbar #menuButton::menu-indicator {
|
||||
|
|
Loading…
Reference in a new issue