summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/windows/mail/searchBox.css
blob: 9589acbf4a1f60e94514852d457a65d0a2537c83 (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");

/*
 * The emptytext style would appear to use italics.  This is causing
 * problems for the search box because it has no minwidth and is flexy, so
 * removing the emptytext causes the size of the box to change and this is silly
 * and undesirable.  This change is being made to maintain the generally
 * accepted status quo while reducing breakage.  This will cause visual
 * inconsistency with the quick filter bar unless it gets a change like this
 * too.
 */
.gloda-search {
  font-style: normal !important;
}

.search-icon {
  margin-inline-start: 8px;
}

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

.searchBox,
.themeableSearchBox {
  padding-block: 0;
  padding-inline: 4px 2px;
  margin-block: 2px;
}

@media (prefers-contrast) {
  .searchBox,
  .themeableSearchBox {
    border-color: ThreeDDarkShadow;
  }
}

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