mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
3762f22e76
It is a separate detacheable pane, which could also be enabled/disabled, it tracks the current tab's contains, and lists those dictionaries that contributed their content to the current translation. Clicking on dictionary name jumps to the appropriate article from this dictionary, which improves the navigation flow. The Dictionaries Pane: * Shows both dictionaries' names and icons. * Does not consume resources when hidden. * Properly styled. * Properly handles app-wide shortcuts (Esc, Ctrl-L, Alt-D, Enter, Alt-Up/Down).
23 lines
359 B
CSS
23 lines
359 B
CSS
MainWindow #searchPane #translateLine, MainWindow #searchPane #wordList, MainWindow #dictsPane #dictsList
|
|
{
|
|
background: #fefdeb;
|
|
color: black;
|
|
}
|
|
|
|
MainWindow #searchPane #translateLine[noResults="true"]
|
|
{
|
|
background: #febb7d;
|
|
}
|
|
|
|
ArticleView #searchText[noResults="true"]
|
|
{
|
|
background: #febb7d;
|
|
}
|
|
|
|
.ScanPopup #outerFrame
|
|
{
|
|
border: 1px solid grey;
|
|
}
|
|
|
|
|