gecko-dev/browser/themes/shared/urlbar-autocomplete.inc.css
Dão Gottwald 00d239676b Bug 1391613 - Remove border from URL bar and search bar autocomplete items. ui-r=shorlander r=adw
MozReview-Commit-ID: 34uXLrUPJLR

--HG--
extra : rebase_source : 4adce70e0d788f669a9ed42e948ecb57e6d721ab
2017-08-24 03:47:35 +02:00

36 lines
784 B
CSS

%if 0
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
%endif
#treecolAutoCompleteImage {
max-width: 36px;
}
.autocomplete-richlistbox {
padding: 4px 3px;
}
.autocomplete-richlistitem {
min-height: 30px;
font: message-box;
border-radius: 2px;
}
:root[uidensity=touch] .autocomplete-richlistitem {
min-height: 40px;
}
.autocomplete-richlistitem:hover,
treechildren.searchbar-treebody::-moz-tree-row(hover) {
background-color: var(--arrowpanel-dimmed);
}
.autocomplete-richlistitem[selected],
treechildren.searchbar-treebody::-moz-tree-row(selected) {
background-color: Highlight;
color: HighlightText;
}