X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fautocomplete.css;h=d09e4d5db46697206c5e707432071232ad2b1617;hp=84fc9f54f0162e2359be6aa90028f5603b82d509;hb=569543b3d2d5099d602cc6644b026ee2adf3e00a;hpb=cfae8c7415f63c4e1fb5a13876f22ee0881b76ec diff --git a/LCARStrek/global/autocomplete.css b/LCARStrek/global/autocomplete.css index 84fc9f54..d09e4d5d 100644 --- a/LCARStrek/global/autocomplete.css +++ b/LCARStrek/global/autocomplete.css @@ -48,7 +48,7 @@ textbox:not(.padded) { cursor: default; padding: 0px; - -moz-border-radius: 3px; + border-radius: 3px; } textbox[nomatch="true"][highlightnonmatches="true"] { @@ -65,7 +65,7 @@ textbox:not(.padded) .textbox-input-box { .textbox-input-box { -moz-box-align: center; - -moz-border-radius: 3px; + border-radius: 3px; } /* ::::: history button ::::: */ @@ -74,7 +74,7 @@ textbox:not(.padded) .textbox-input-box { min-width: 15px; min-height: 15px; background-color: #000000; - -moz-border-radius: 0px 3px 3px 0px; + border-radius: 0px 3px 3px 0px; } .autocomplete-history-dropmarker, @@ -118,7 +118,7 @@ panel[type="autocomplete-richlistbox"], } .autocomplete-treebody::-moz-tree-cell-text { - padding-left: 8px; + -moz-padding-start: 8px; } .autocomplete-treebody::-moz-tree-row(selected) { @@ -151,13 +151,19 @@ panel[type="autocomplete-richlistbox"], .autocomplete-richlistitem { padding: 1px 2px; - border-bottom: 1px solid #E7ADE7; +} + +.autocomplete-richlistitem:not(:first-child) { + border-top: 1px solid #E7ADE7; } .ac-site-icon { width: 16px; height: 16px; - margin: 0 5px -3px 3px; + margin-top: 0; + margin-bottom: -3px; + -moz-margin-start: 3px; + -moz-margin-end: 5px; } .ac-type-icon { @@ -170,17 +176,17 @@ panel[type="autocomplete-richlistbox"], } .ac-extra > .ac-comment { - padding-right: 4px; + -moz-padding-end: 4px; } .ac-ellipsis-after { - margin: 2px 0px 0px 0px !important; + margin: 2px 0px 0px !important; padding: 0; min-width: 1em; } .ac-normal-text { - margin: 2px 0px 0px 0px !important; + margin: 2px 0px 0px !important; padding: 0; }