summaryrefslogtreecommitdiff
path: root/toolkit/themes/osx/global/viewbuttons.css
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/themes/osx/global/viewbuttons.css')
-rw-r--r--toolkit/themes/osx/global/viewbuttons.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/toolkit/themes/osx/global/viewbuttons.css b/toolkit/themes/osx/global/viewbuttons.css
deleted file mode 100644
index bb407a64ed..0000000000
--- a/toolkit/themes/osx/global/viewbuttons.css
+++ /dev/null
@@ -1,36 +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/. */
-
-%include shared.inc
-
-#topBar {
- -moz-appearance: toolbar;
-}
-
-.viewGroupWrapper {
- -moz-box-align: center;
- -moz-box-pack: center;
-}
-
-#viewGroup {
- margin: 4px 0 9px;
-}
-
-#viewGroup > radio,
-#viewGroup > toolbarbutton {
- -moz-box-orient: vertical;
- -moz-box-align: center;
- -moz-appearance: toolbarbutton;
- font: menu;
- text-shadow: @loweredShadow@;
- margin: 0;
- padding: 0 1px;
- height: 22px;
-}
-
-#viewGroup > radio[selected=true],
-#viewGroup > toolbarbutton[checked=true] {
- color: #FFF !important;
- text-shadow: rgba(0, 0, 0, 0.4) 0 1px;
-}