summaryrefslogtreecommitdiffstats
path: root/toolkit/themes/osx/global/customizeToolbar.css
blob: bcedb2b99a065a97a8a6533f2e89cf1247de5042 (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/. */

#palette-box {
  margin-top: 2px;
  -moz-appearance: listbox;
  margin: 0 0 10px;
}

#palette-box > toolbarpaletteitem {
  padding: 8px 2px;
  margin: 0 8px;
}

#main-box {
  padding: 12px;
}

#main-box > separator {
  -moz-appearance: none;
  border-bottom: none;
} 

#instructions {
  font: menu;
  font-weight: bold;
  line-height: 16pt;
}

hbox button {
  font: menu;
}

#main-box > box > button {
  min-height: 19px; /* aqua size for small buttons */
  font: message-box;
}