mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 12:44:07 +00:00
17 lines
248 B
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;
|
|
}
|
|
|
|
|