1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 /* ===== autocomplete.css =================================================
6 == Styles used by the autocomplete widget.
7 ======================================================================= */
9 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
10 @namespace html url("http://www.w3.org/1999/xhtml");
12 /* ::::: autocomplete ::::: */
14 /* .padded is used by autocomplete widgets that don't have an icon. Gross. -dwh */
15 textbox:not(.padded) {
21 textbox[nomatch="true"][highlightnonmatches="true"] {
25 .autocomplete-textbox-container {
26 -moz-box-align: center;
29 textbox:not(.padded) .textbox-input-box {
34 -moz-box-align: center;
38 /* ::::: history button ::::: */
40 .autocomplete-history-dropmarker {
43 border-radius: 0px 3px 3px 0px;
45 .autocomplete-history-dropmarker:-moz-locale-dir(rtl) {
46 border-radius: 3px 0px 0px 3px;
49 .autocomplete-history-dropmarker:-moz-locale-dir(ltr),
50 .autocomplete-history-dropmarker:-moz-locale-dir(ltr):hover,
51 .autocomplete-history-dropmarker:-moz-locale-dir(ltr):hover:active,
52 .autocomplete-history-dropmarker:-moz-locale-dir(ltr)[open="true"] {
54 border-left: 1px solid #9C9CFF;
57 .autocomplete-history-dropmarker:-moz-locale-dir(rtl),
58 .autocomplete-history-dropmarker:-moz-locale-dir(rtl):hover,
59 .autocomplete-history-dropmarker:-moz-locale-dir(rtl):hover:active,
60 .autocomplete-history-dropmarker:-moz-locale-dir(rtl)[open="true"] {
62 border-right: 1px solid #9C9CFF;
65 /* ::::: autocomplete popups ::::: */
67 panel[type="autocomplete"],
68 panel[type="autocomplete-richlistbox"],
69 .autocomplete-history-popup {
70 border: 1px solid #FF9F00;
71 background-color: #000000;
76 .autocomplete-history-popup {
80 /* ::::: tree ::::: */
84 background-color: transparent !important;
87 .autocomplete-treecol {
88 margin: 0px !important;
89 border: none !important;
90 padding: 0px !important;
93 /* GTK calculates space for a sort arrow */
94 .autocomplete-treecol > .treecol-sortdirection {
95 -moz-appearance: none !important;
98 .autocomplete-treebody::-moz-tree-cell-text {
99 padding-inline-start: 8px;
102 .autocomplete-treebody::-moz-tree-row(selected) {
103 background-color: #FFCF00;
106 .autocomplete-treebody::-moz-tree-cell-text(selected) {
107 color: #000000 !important;
110 .autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue) {
115 /* ::::: richlistbox autocomplete ::::: */
117 .autocomplete-richlistbox {
122 .autocomplete-richlistbox > scrollbox {
123 overflow-x: hidden !important;
126 .autocomplete-richlistitem[selected] {
127 background-color: #008484;
136 margin-inline-start: 14px;
137 margin-inline-end: 6px;
145 margin-inline-start: 0px;
146 margin-inline-end: 11px;
147 list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg");
151 margin-inline-start: 0;
152 margin-inline-end: 6px;
156 margin-inline-start: 0;
157 margin-inline-end: 2px;
161 margin-inline-start: 0;
162 margin-inline-end: 4px;
166 margin-inline-start: 0;
167 margin-inline-end: 6px;
170 /* Better align the URL/action with the title. */
183 .ac-text-overflow-container {
184 padding: 0 !important;
185 margin: 0 !important;
188 /* ::::: textboxes inside toolbarpaletteitems ::::: */
190 toolbarpaletteitem > toolbaritem > textbox > hbox > hbox > html|*.textbox-input {
194 toolbarpaletteitem > toolbaritem > * > textbox > hbox > hbox > html|*.textbox-input {