mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
44 lines
775 B
CSS
44 lines
775 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 palette(dark);
|
|
}
|
|
|
|
.ScanPopup MainStatusBar #text
|
|
{
|
|
border: 1px solid palette(dark);
|
|
}
|
|
|
|
MainStatusBar #text
|
|
{
|
|
border-top-right-radius: 3px;
|
|
border-top: 1px solid palette(dark);
|
|
border-right: 1px solid palette(dark);
|
|
background: palette(window);
|
|
padding: 2px;
|
|
}
|
|
|
|
MainStatusBar #icon
|
|
{
|
|
border-top: 1px solid palette(dark);
|
|
background: palette(window);
|
|
padding: 2px;
|
|
padding-left: 4px;
|
|
padding-right: 0px;
|
|
}
|