mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 403659 - "autocomplete dropdown has shaded bar / is not big enough after 118312" [p=twanno@lycos.nl (Teune van Steeg) r=gavin a1.9=schrep]
This commit is contained in:
parent
6f573201e6
commit
c975b2825d
@ -200,6 +200,11 @@ panel[type="autocomplete"],
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
/* GTK calculates space for a sort arrow */
|
||||
.autocomplete-treecol > .treecol-sortdirection {
|
||||
-moz-appearance: none !important;
|
||||
}
|
||||
|
||||
.autocomplete-treebody::-moz-tree-cell-text {
|
||||
-moz-padding-start: 8px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user