summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/windows/mail/menulist.css
blob: 72bc07956a7b80ee8f03707b7100c0a158c42b0b (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
45
46
47
48
49
50
51
52
53
54
55
56
57
/* 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/menulist.css");

@namespace html url("http://www.w3.org/1999/xhtml");

menulist[is="menulist-editable"][editable="true"] {
  padding: 0;
}

menulist::part(text-input) {
  appearance: none;
  border-style: none;
  margin-top: -2px;
  margin-bottom: -2px;
  margin-inline-start: -2px;
  margin-inline-end: 3px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-inline-start: 3px;
  padding-inline-end: 0;
}

@media (-moz-platform: windows-win7) and (-moz-windows-default-theme: 0) {
  menulist::part(text-input) {
    margin-top: 0;
    margin-bottom: 0;
    margin-inline-start: 0;
  }
}

@media (-moz-platform: windows-win10) and (-moz-windows-default-theme: 0) {
  menulist::part(text-input) {
    margin-top: -1px;
    margin-bottom: -1px;
    margin-inline-start: 0;
  }
}

menulist[is="menulist-editable"][editable="true"]::part(dropmarker) {
  display: flex;
}

@media (-moz-windows-default-theme) {
  menulist[is="menulist-editable"][editable="true"]::part(dropmarker) {
    margin-inline-end: 0;
    margin-inline-start: 0;
  }
}

menulist[is="menulist-editable"][editable="true"]::part(text-input) {
  background-color: Field;
  color: FieldText;
  padding-inline-end: 3px;
}