summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/osx/mail/customizeToolbar.css
blob: 6c0eb3847d3e096896a6f8b1dbf04ce7c87f3307 (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
/* 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/customizeToolbar.css");

#palette-box {
  margin: 2px 6px 10px;
}

#titlebarSettings {
  margin-inline-start: 6px;
}

hbox button {
  font: menu;
}

#main-box > box > button {
  font: message-box;
}

:root[toolboxId="mail-toolbox"] #titlebarSettings {
  display: flex;
}