X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fautocomplete.css;h=0811c6cb413fb69ee383d687b90b2d1d25d61f89;hp=c66d50acbbdedc999742b45abdabd6462be43585;hb=7862e6ee1141fa74a714e5461320d2fb8299c455;hpb=6894848ca80b010dc62b1e84b59f705e1ee7cdac diff --git a/EarlyBlue/global/autocomplete.css b/EarlyBlue/global/autocomplete.css index c66d50ac..0811c6cb 100644 --- a/EarlyBlue/global/autocomplete.css +++ b/EarlyBlue/global/autocomplete.css @@ -47,29 +47,25 @@ /* ::::: autocomplete ::::: */ -textbox { +/* .padded is used by autocomplete widgets that don't have an icon. Gross. -dwh */ +textbox:not(.padded) { cursor: default; padding: 0px; } -/* Used by autocomplete widgets that don't have an icon. Gross. -dwh */ -textbox.padded { - padding-top: 1px; - padding-bottom: 1px; - -moz-padding-start: 2px; - -moz-padding-end: 0px; +textbox[nomatch="true"][highlightnonmatches="true"] { + color: red; } .autocomplete-textbox-container { -moz-box-align: center; } -textbox[nomatch="true"][highlightnonmatches="true"] { - color: red; +textbox:not(.padded) .textbox-input-box { + margin: 0 3px; } .textbox-input-box { - margin: 0 3px; -moz-box-align: center; }