mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
96bc934578
1/fix some babylon dict's language name not displayed (ex: Traditional Chinese ) 2/add babylon style (dict name & icon) 3/fix for issue @https://github.com/goldendict/goldendict/issues/19
7 lines
336 B
CSS
7 lines
336 B
CSS
body{background: ##FFFFFF;font-size: 16px;}
|
|
::selection{background:#4492E8;color:#fff;}
|
|
.gddictname{border:none;background:#EBEBEB;border-top-left-radius:8px;border-top-right-radius:8px;padding-top:8px;padding-bottom:5px}
|
|
.gddicticon{display:inline;padding-right:2px;}
|
|
.gddicticon img{border:0;height:16px;}
|
|
.gdfromprefix{display:none}
|