summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/osx/mail/searchBox.css
blob: 1e12d2f37d86b6450b23594c7c56028cc5d8e065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* 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/. */

@import url("chrome://messenger/skin/shared/searchBox.css");

.search-icon {
  margin-inline-start: 8px;
  -moz-context-properties: fill, fill-opacity;
  fill: currentColor;
  fill-opacity: 0.8;
}

.searchBox,
.themeableSearchBox {
  margin-block: 3px 2px;
  font: icon;
  font-size: inherit;
  padding: 1px 4px;
}

.searchBox:not(.gloda-search),
.themeableSearchBox:not(.contentTabUrlInput) {
  background-image: url("chrome://global/skin/icons/search-textbox.svg");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-inline-start: 21px;
  -moz-context-properties: fill, fill-opacity;
  fill: currentColor;
  fill-opacity: 0.8;
}

.gloda-search,
#peopleSearchInput {
  margin-block: 2px 3px;
}

.remote-gloda-search-container {
  padding-block: 1px;
}

.autocomplete-richlistitem[type^="gloda-"] {
  padding-inline-start: 13px;
}