goldendict-ng/src/qt-style.css

22 lines
312 B
CSS
Raw Normal View History

MainWindow #searchPane #translateLine, MainWindow #searchPane #wordList
{
background: #fefdeb;
}
MainWindow #centralWidget #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;
}