summaryrefslogtreecommitdiff
path: root/toolkit/themes/osx/global/customizeToolbar.css
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/themes/osx/global/customizeToolbar.css')
-rw-r--r--toolkit/themes/osx/global/customizeToolbar.css38
1 files changed, 0 insertions, 38 deletions
diff --git a/toolkit/themes/osx/global/customizeToolbar.css b/toolkit/themes/osx/global/customizeToolbar.css
deleted file mode 100644
index bcedb2b99a..0000000000
--- a/toolkit/themes/osx/global/customizeToolbar.css
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 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;
-}