goldendict-ng/qt-style.css

23 lines
359 B
CSS
Raw Normal View History

MainWindow #searchPane #translateLine, MainWindow #searchPane #wordList, MainWindow #dictsPane #dictsList
{
background: #fefdeb;
color: black;
}
MainWindow #searchPane #translateLine[noResults="true"]
{
background: #febb7d;
}
2009-05-16 11:14:43 +00:00
ArticleView #searchText[noResults="true"]
{
background: #febb7d;
}
.ScanPopup #outerFrame
{
border: 1px solid grey;
}