mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 415354 - "Location bar looks distorted when customizing toolbars" (set -moz-appearance to textfield on customization) [p=twanno@lycos.nl (Teune van Steeg) r=Ryan a1.9=schrep]
This commit is contained in:
parent
5ef36dbb17
commit
ff3d2dadfa
@ -772,6 +772,10 @@ toolbar[iconsize="small"] #paste-button[disabled="true"] {
|
||||
cursor: -moz-grab;
|
||||
}
|
||||
|
||||
#wrapper-urlbar-container #urlbar > .autocomplete-textbox-container {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
#wrapper-urlbar-container #urlbar > .autocomplete-history-dropmarker {
|
||||
display: none;
|
||||
}
|
||||
@ -951,6 +955,11 @@ toolbar[iconsize="small"] #paste-button[disabled="true"] {
|
||||
margin-left: -3px;
|
||||
}
|
||||
|
||||
#wrapper-urlbar-container #urlbar >
|
||||
.autocomplete-textbox-container > #autocomplete-security-wrapper {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Feed icon */
|
||||
#feed-button,
|
||||
#feed-button > .button-box,
|
||||
|
Loading…
Reference in New Issue
Block a user