goldendict-ng/qt-style.css
2010-05-15 16:42:18 +04:00

23 lines
325 B
CSS

MainWindow #searchPane #translateLine, MainWindow #searchPane #wordList
{
background: #fefdeb;
color: black;
}
MainWindow #searchPane #translateLine[noResults="true"]
{
background: #febb7d;
}
ArticleView #searchText[noResults="true"]
{
background: #febb7d;
}
.ScanPopup #outerFrame
{
border: 1px solid grey;
}