X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fautocomplete.css;h=ad2c92cd0beb880c1bd6eca3392d1fc24aeb69f7;hp=7096b319b03627454d0629b5b0af0d87f7b6321d;hb=dc96f1d66a318c19bb8dc8d6d4420e2d268f2dd6;hpb=e82e1bf4270f9b94650c3e46465532a9fc20694e diff --git a/LCARStrek/global/autocomplete.css b/LCARStrek/global/autocomplete.css index 7096b319..ad2c92cd 100644 --- a/LCARStrek/global/autocomplete.css +++ b/LCARStrek/global/autocomplete.css @@ -69,6 +69,7 @@ panel[type="autocomplete-richlistbox"], .autocomplete-history-popup { border: 1px solid #FF9F00; background-color: #000000; + color: #FF9F00; padding: 0; } @@ -122,90 +123,74 @@ panel[type="autocomplete-richlistbox"], overflow-x: hidden !important; } -.autocomplete-richlistitem { - padding: 1px 2px; -} - -.autocomplete-richlistitem[selected="true"] { - background-color: #008484; - color: #000000; -} - -.autocomplete-richlistitem:not(:first-child) { - border-top: 1px solid #E7ADE7; -} - -.ac-title-box { -} - -.ac-url-box { - /* When setting a vertical margin here, half of that needs to be added - .ac-title-box's translateY for when .ac-url-box is hidden (see below). */ -/* margin: 1px 0 4px;*/ -} - -.autocomplete-richlistitem[actiontype="keyword"] .ac-url-box, -.autocomplete-richlistitem[actiontype="searchengine"] .ac-url-box, -.autocomplete-richlistitem[actiontype="visiturl"] .ac-url-box, -.autocomplete-richlistitem[type~="autofill"] .ac-url-box { - visibility: hidden; -} - -.autocomplete-richlistitem[actiontype="keyword"] .ac-title-box, -.autocomplete-richlistitem[actiontype="searchengine"] .ac-title-box, -.autocomplete-richlistitem[actiontype="visiturl"] .ac-title-box, -.autocomplete-richlistitem[type~="autofill"] .ac-title-box { - /* Center the title by moving it down by half of .ac-url-box's height, - including vertical margins (if any). */ -/* transform: translateY(calc(.5em + 2px));*/ - transform: translateY(calc(.5em)); +.ac-type-icon { + width: 16px; + height: 16px; + max-width: 16px; + max-height: 16px; + -moz-margin-start: 14px; + -moz-margin-end: 6px; } .ac-site-icon { width: 16px; height: 16px; - margin-top: 0; - margin-bottom: -3px; - -moz-margin-start: 0; - -moz-margin-end: 3px; + max-width: 16px; + max-height: 16px; + -moz-margin-start: 0px; + -moz-margin-end: 11px; + list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); } -.ac-type-icon { - width: 16px; - height: 16px; +.ac-site-icon[selected] { + list-style-image: url("chrome://mozapps/skin/places/defaultFavicon-inverted.png"); } -.ac-extra > .ac-result-type-tag { - margin: 0 4px; +@media (min-resolution: 1.1dppx) { + .ac-site-icon { + list-style-image: url("chrome://mozapps/skin/places/defaultFavicon@2x.png"); + } + .ac-site-icon[selected] { + list-style-image: url("chrome://mozapps/skin/places/defaultFavicon-inverted@2x.png"); + } } -.ac-extra > .ac-comment { - -moz-padding-end: 4px; +.ac-title { + -moz-margin-start: 0; + -moz-margin-end: 6px; } -.ac-ellipsis-after { - margin: 2px 0px 0px !important; - padding: 0; - min-width: 1em; +html|span.ac-tag { + -moz-margin-start: 0; + -moz-margin-end: 2px; } -.ac-normal-text { - margin: 2px 0px 0px !important; - padding: 0; +.ac-tags { + -moz-margin-start: 0; + -moz-margin-end: 4px; } -.ac-normal-text > html|span { - margin: 0 !important; - padding: 0; +.ac-separator { + -moz-margin-start: 0; + -moz-margin-end: 6px; } -html|span.ac-emphasize-text { - font-weight: bold; - text-decoration: underline; +/* Better align the URL/action with the title. */ +.ac-tags, +.ac-separator, +.ac-url, +.ac-action { + margin-bottom: -2px; } -.ac-title, .ac-url { - overflow: hidden; +.ac-title-text, +.ac-tags-text, +.ac-separator-text, +.ac-url-text, +.ac-action-text, +.ac-text-overflow-container { + padding: 0 !important; + margin: 0 !important; } /* ::::: textboxes inside toolbarpaletteitems ::::: */