X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fautocomplete.css;h=0811c6cb413fb69ee383d687b90b2d1d25d61f89;hp=28112adc917f3c93b6e09257838d6067c8642b27;hb=b310ca09799a5468677e13b8dae4c24b173b7b11;hpb=d0ff98fe138c1cd1eab8539080c37d24ffb51d3d diff --git a/EarlyBlue/global/autocomplete.css b/EarlyBlue/global/autocomplete.css index 28112adc..0811c6cb 100644 --- a/EarlyBlue/global/autocomplete.css +++ b/EarlyBlue/global/autocomplete.css @@ -47,25 +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-input-box { +textbox:not(.padded) .textbox-input-box { margin: 0 3px; +} + +.textbox-input-box { -moz-box-align: center; }