clean code: remove deprecated css properties

This commit is contained in:
Xiao YiFang 2022-05-24 21:25:21 +08:00
parent 19a09b5f1b
commit b55da16c33

View file

@ -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 {