summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/osx/mail/panelUI.css
blob: 808c135edc352bf43dd15a3d95f9e8d713cf2e30 (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
58
/* 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/panelUI.css");

#appMenu-popup {
  margin-top: 4px;
}

#appMenu-popup {
  margin-inline: 0 -8px;
}

.panel-subview-body {
  scrollbar-color: color-mix(in srgb, currentColor 26%, transparent) transparent;
}

.restoreallitem > .toolbarbutton-icon {
  display: none;
}

panelmultiview .toolbaritem-combined-buttons > spacer.before-label {
  /* 8px + 18px toolbarbutton margin start/padding + 16px icon + 4px label padding start */
  width: 46px;
}

.subviewbutton[shortcut]::after {
  opacity: 0.5;
}

.subviewbutton[shortcut]:not([disabled="true"]):hover::after,
.subviewbutton[shortcut]:not([disabled="true"]):focus::after {
  opacity: 1;
}

menupopup[type="arrow"] {
  appearance: none;
  background-color: transparent;
}

menupopup[type="arrow"]::part(content) {
  margin: 1px;
}

menuitem.subviewbutton-iconic > .menu-iconic-left > .menu-iconic-icon {
  width: 16px;
}

menu.subviewbutton > .menu-text,
menuitem.subviewbutton > .menu-text {
  margin-inline-start: 16px !important;
}

menuitem.subviewbutton > .menu-right {
  margin-inline-end: -4px;
  appearance: none;
}