X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fautocomplete.css;h=84fc9f54f0162e2359be6aa90028f5603b82d509;hb=6f25e2c5383cb0b5949588452e43a5093f98c658;hp=1576f0bfe5e91900600d014e17f8e576cb6817fa;hpb=c79d2bbe6e21fbe322c5481d0757831306d1eeaf;p=themes.git diff --git a/LCARStrek/global/autocomplete.css b/LCARStrek/global/autocomplete.css index 1576f0bf..84fc9f54 100644 --- a/LCARStrek/global/autocomplete.css +++ b/LCARStrek/global/autocomplete.css @@ -44,30 +44,26 @@ /* ::::: autocomplete ::::: */ -textbox { +/* .padded is used by autocomplete widgets that don't have an icon. Gross. -dwh */ +textbox:not(.padded) { cursor: default; padding: 0px; -moz-border-radius: 3px; } -/* 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; -moz-border-radius: 3px; }