mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 409974 - "Addresses in autocomplete list hard to read or invisible on certain systems" (Linux patch) [p=dao@mozilla.com (Dão Gottwald) ui-r=faaborg r=gavin a=blocking-firefox3+]
This commit is contained in:
parent
7c6e217eb4
commit
ee72e401dd
@ -1026,7 +1026,7 @@ toolbar[iconsize="small"] #paste-button[disabled="true"] {
|
||||
}
|
||||
|
||||
.ac-url-text {
|
||||
color: #336633;
|
||||
color: GrayText;
|
||||
}
|
||||
|
||||
.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
|
||||
|
@ -148,7 +148,7 @@ treechildren.autocomplete-treebody::-moz-tree-cell-text(selected) {
|
||||
|
||||
.autocomplete-richlistitem {
|
||||
padding: 1px 2px;
|
||||
border-bottom: 1px solid ThreeDShadow;
|
||||
border-bottom: 1px solid ThreeDLightShadow;
|
||||
color: MenuText;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user