goldendict-ng/src/qt-style.css

17 lines
248 B
CSS

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