mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
clean code: remove deprecated css properties
This commit is contained in:
parent
19a09b5f1b
commit
b55da16c33
|
@ -914,7 +914,6 @@ div.xdxf
|
|||
left: 0px;
|
||||
width: 0px;
|
||||
background-color: white;
|
||||
background-color: Window;
|
||||
border-style: solid;
|
||||
border-color: #AAAAAA;
|
||||
border-width: 1px;
|
||||
|
@ -934,9 +933,7 @@ div.xdxf
|
|||
.mwiki td.os-suggest-result, .mwiki td.os-suggest-result-hl {
|
||||
white-space: nowrap;
|
||||
background-color: white;
|
||||
background-color: Window;
|
||||
color: black;
|
||||
color: WindowText;
|
||||
padding: 2px;
|
||||
}
|
||||
.mwiki td.os-suggest-result-hl,
|
||||
|
@ -947,8 +944,8 @@ div.xdxf
|
|||
.mwiki td.os-suggest-result-hl {
|
||||
/* System colors are misimplemented in Safari 3.0 and earlier,
|
||||
making highlighted text illegible... */
|
||||
background-color: Highlight;
|
||||
color: HighlightText;
|
||||
/* background-color: Highlight;
|
||||
color: HighlightText; */
|
||||
}
|
||||
|
||||
.mwiki .os-suggest-toggle {
|
||||
|
|
Loading…
Reference in a new issue