make add icon work
[themes.git] / EarlyBlue / global / autocomplete.css
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/. */
4
5 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6 @namespace html url("http://www.w3.org/1999/xhtml");
7
8 /* ===== autocomplete.css =================================================
9   == Styles used by the autocomplete widget.
10   ======================================================================= */
11
12 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
13 @namespace html url("http://www.w3.org/1999/xhtml");
14
15 /* ::::: autocomplete ::::: */
16
17 /* .padded is used by autocomplete widgets that don't have an icon. Gross. -dwh */
18 textbox:not(.padded) {
19   cursor: default;
20   padding: 0px;
21 }
22
23 textbox[nomatch="true"][highlightnonmatches="true"] {
24   color: red;
25 }
26
27 .autocomplete-textbox-container {
28   -moz-box-align: center;
29 }
30
31 textbox:not(.padded) .textbox-input-box {
32   margin: 0 3px;
33 }
34
35 .textbox-input-box {
36   -moz-box-align: center;
37 }
38
39 /* ::::: history button ::::: */
40
41 .autocomplete-history-dropmarker {
42   min-width: 15px;
43   min-height: 19px;
44   background-color: #9999CC;
45 }
46
47 .autocomplete-history-dropmarker[open="true"] {
48   border: 1px inset #CCD0DD;
49   padding-top: 2px;
50   padding-bottom: 0;
51   -moz-padding-start: 2px;
52   -moz-padding-end: 0;
53 }
54
55 /* ::::: autocomplete popups ::::: */
56
57 panel[type="autocomplete"],
58 panel[type="autocomplete-richlistbox"],
59 .autocomplete-history-popup {
60   border: 1px solid #9999CC;
61   background-color: #FFFFFF;
62   color: #000000;
63   padding: 0;
64 }
65
66 .autocomplete-history-popup {
67   max-height: 25em;
68 }
69
70 /* ::::: tree ::::: */
71
72 .autocomplete-tree {
73   border: none;
74   background-color: transparent !important;
75 }
76
77 .autocomplete-treecol {
78   margin: 0px !important;
79   border: none !important;
80   padding: 0px !important;
81 }
82
83 /* GTK calculates space for a sort arrow */
84 .autocomplete-treecol > .treecol-sortdirection {
85   -moz-appearance: none !important;
86 }
87
88 .autocomplete-treebody::-moz-tree-cell-text {
89   -moz-padding-start: 8px;
90 }
91
92 .autocomplete-treebody::-moz-tree-row(selected) {
93   background-color: #336699;
94 }
95
96 .autocomplete-treebody::-moz-tree-cell-text(selected) {
97   color: white !important;
98 }
99
100 .autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue) {
101   max-width: 16px;
102   height: 16px;
103 }
104
105 /* ::::: richlistbox autocomplete ::::: */
106
107 .autocomplete-richlistbox {
108   margin: 0;
109 }
110
111 .autocomplete-richlistbox > scrollbox {
112   overflow-x: hidden !important;
113 }
114
115 .autocomplete-richlistitem {
116   padding: 1px 2px;
117 }
118
119 .autocomplete-richlistitem[selected="true"] {
120   background-color: #336699;
121   color: white;
122 }
123
124 .autocomplete-richlistitem:not(:first-child) {
125   border-top: 1px solid #666699;
126 }
127
128 .ac-title-box {
129 }
130
131 .ac-url-box {
132   /* When setting a vertical margin here, half of that needs to be added
133      .ac-title-box's translateY for when .ac-url-box is hidden (see below). */
134 /*  margin: 1px 0 4px;*/
135 }
136
137 .autocomplete-richlistitem[actiontype="keyword"] .ac-url-box,
138 .autocomplete-richlistitem[actiontype="searchengine"] .ac-url-box,
139 .autocomplete-richlistitem[actiontype="visiturl"] .ac-url-box,
140 .autocomplete-richlistitem[type~="autofill"] .ac-url-box {
141   visibility: hidden;
142 }
143
144 .autocomplete-richlistitem[actiontype="keyword"] .ac-title-box,
145 .autocomplete-richlistitem[actiontype="searchengine"] .ac-title-box,
146 .autocomplete-richlistitem[actiontype="visiturl"] .ac-title-box,
147 .autocomplete-richlistitem[type~="autofill"] .ac-title-box {
148   /* Center the title by moving it down by half of .ac-url-box's height,
149      including vertical margins (if any). */
150 /*  transform: translateY(calc(.5em + 2px));*/
151   transform: translateY(calc(.5em));
152 }
153
154 .ac-site-icon {
155   width: 16px;
156   height: 16px;
157   margin-top: 0;
158   margin-bottom: -3px;
159   -moz-margin-start: 3px;
160   -moz-margin-end: 5px;
161 }
162
163 .ac-type-icon {
164   width: 16px;
165   height: 16px;
166 }
167
168 .ac-extra > .ac-result-type-tag {
169   margin: 0 4px;
170 }
171
172 .ac-extra > .ac-comment {
173   -moz-padding-end: 4px;
174 }
175
176 .ac-ellipsis-after {
177   margin: 2px 0px 0px !important;
178   padding: 0;
179   min-width: 1em;
180 }
181
182 .ac-normal-text {
183   margin: 2px 0px 0px !important;
184   padding: 0;
185 }
186
187 .ac-normal-text > html|span {
188   margin: 0 !important;
189   padding: 0;
190 }
191
192 html|span.ac-emphasize-text {
193   font-weight: bold;
194   text-decoration: underline;
195 }
196
197 .ac-title, .ac-url {
198   overflow: hidden;
199 }
200
201 /* ::::: textboxes inside toolbarpaletteitems ::::: */
202
203 toolbarpaletteitem > toolbaritem > textbox > hbox > hbox > html|*.textbox-input {
204   visibility: hidden;
205 }
206
207 toolbarpaletteitem > toolbaritem > * > textbox > hbox > hbox > html|*.textbox-input {
208   visibility: hidden;
209 }