toolkit/themes/osx/global/customizeToolbar.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/osx/global/customizeToolbar.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,38 @@
     1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +
     1.8 +#palette-box {
     1.9 +  margin-top: 2px;
    1.10 +  -moz-appearance: listbox;
    1.11 +  margin: 0 0 10px;
    1.12 +}
    1.13 +
    1.14 +#palette-box > toolbarpaletteitem {
    1.15 +  padding: 8px 2px;
    1.16 +  margin: 0 8px;
    1.17 +}
    1.18 +
    1.19 +#main-box {
    1.20 +  padding: 12px;
    1.21 +}
    1.22 +
    1.23 +#main-box > separator {
    1.24 +  -moz-appearance: none;
    1.25 +  border-bottom: none;
    1.26 +} 
    1.27 +
    1.28 +#instructions {
    1.29 +  font: menu;
    1.30 +  font-weight: bold;
    1.31 +  line-height: 16pt;
    1.32 +}
    1.33 +
    1.34 +hbox button {
    1.35 +  font: menu;
    1.36 +}
    1.37 +
    1.38 +#main-box > box > button {
    1.39 +  min-height: 19px; /* aqua size for small buttons */
    1.40 +  font: message-box;
    1.41 +}

mercurial