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/. */
6 color: var
(--fxview-text-primary-color
);
17 background-image: url
(chrome://global
/skin
/icons
/search-textbox
.svg
);
18 background-position: center
;
19 background-repeat: no-repeat
;
20 background-size: 16px;
22 -moz-context-properties: fill
;
33 .search-icon:dir(ltr) {
37 .search-icon:dir(rtl) {
42 border: 1px solid var
(--fxview-border
);
43 border-radius: var
(--border-radius-small
);
49 background-image: url
(chrome://global
/skin
/icons
/close-12
.svg
);
50 background-position: center
;
51 background-repeat: no-repeat
;
52 background-size: 16px;
54 -moz-context-properties: fill
;
66 background-color: var
(--fxview-element-background-hover
);
67 color: var
(--fxview-text-color-hover
);
70 .clear-icon:dir(ltr) {
74 .clear-icon:dir(rtl) {