summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/osx/mail/messageHeader.css
blob: 0f7bb251c58752281ea137383025cd2cc9c229e4 (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
/* 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/. */

/* ===== messageHeader.css ==============================================
  == Styles for the header toolbars of a mail message.
  ======================================================================= */

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

/* ::::: msg header toolbars ::::: */

.inline-toolbox {
  padding-inline-end: 3px;
}

/* ::::: collapsed view styles ::::: */

.message-security-label {
  /* Necessary to not cut the background icon */
  min-height: 16px;
}

.button-focusable:focus-visible:not(:hover) {
  outline-offset: -2px;
}

button.button-focusable:focus-visible:not(:hover) {
  outline: none;
  box-shadow: 0 0 0 3px -moz-mac-focusring;
}


/* Customization options */

.message-header-buttons-only-icons .toolbarbutton-menu-dropmarker {
  padding-inline-start: 0;
}