summaryrefslogtreecommitdiffstats
path: root/browser/themes/osx/customizableui/panelUI.css
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-06-04 13:17:38 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-06-04 13:17:38 +0200
commita1be17c1cea81ebb1e8b131a662c698d78f3f7f2 (patch)
treea92f7de513be600cc07bac458183e9af40e00c06 /browser/themes/osx/customizableui/panelUI.css
parentbf11fdd304898ac675e39b01b280d39550e419d0 (diff)
downloadUXP-a1be17c1cea81ebb1e8b131a662c698d78f3f7f2.tar
UXP-a1be17c1cea81ebb1e8b131a662c698d78f3f7f2.tar.gz
UXP-a1be17c1cea81ebb1e8b131a662c698d78f3f7f2.tar.lz
UXP-a1be17c1cea81ebb1e8b131a662c698d78f3f7f2.tar.xz
UXP-a1be17c1cea81ebb1e8b131a662c698d78f3f7f2.zip
Issue #303 Part 1: Move basilisk files from /browser to /application/basilisk
Diffstat (limited to 'browser/themes/osx/customizableui/panelUI.css')
-rw-r--r--browser/themes/osx/customizableui/panelUI.css89
1 files changed, 0 insertions, 89 deletions
diff --git a/browser/themes/osx/customizableui/panelUI.css b/browser/themes/osx/customizableui/panelUI.css
deleted file mode 100644
index 09f23b398..000000000
--- a/browser/themes/osx/customizableui/panelUI.css
+++ /dev/null
@@ -1,89 +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/customizableui/panelUI.inc.css
-
-.panel-subviews {
- background-color: hsla(0,0%,100%,.97);
-}
-
-.panelUI-grid .toolbarbutton-1 {
- margin-right: 0;
- margin-left: 0;
- margin-bottom: 0;
-}
-
-.subviewbutton > .toolbarbutton-text {
- margin: 2px 0 !important; /* !important for overriding toolbarbutton.css */
-}
-
-.subviewbutton:-moz-any([image],[targetURI],.cui-withicon, .bookmark-item) > .toolbarbutton-text {
- margin: 2px 6px !important; /* !important for overriding toolbarbutton.css */
-}
-
-.restoreallitem > .toolbarbutton-icon {
- display: none;
-}
-
-.subviewbutton {
- padding-inline-start: 18px;
-}
-
-.subviewbutton[checked="true"] {
- background-position: top 5px left 4px;
-}
-
-.subviewbutton[checked="true"]:-moz-locale-dir(rtl) {
- background-position: top 5px right 4px;
-}
-
-.subviewbutton:not(:-moz-any([image],[targetURI],.cui-withicon, .bookmark-item)) > .menu-iconic-left {
- display: none;
-}
-
-menu.subviewbutton,
-menuitem.subviewbutton:not(.panel-subview-footer) {
- padding-top: 2px;
- padding-bottom: 2px;
-}
-
-/* Override OSX-specific toolkit styles for the bookmarks panel */
-menu.subviewbutton > .menu-right {
- margin-inline-end: 0;
- -moz-appearance: none;
-}
-
-menu.subviewbutton > .menu-right > image {
- /* We don't want the arrow to highlight when the .subviewbutton is hovered,
- * so we set the -moz-appearance rule on the image
- * (which doesn't inherit the _moz-menuactive attribute) instead.
- */
- -moz-appearance: menuarrow;
-}
-
-.widget-overflow-list .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
- margin-inline-start: 4px;
-}
-
-.PanelUI-subView menuseparator,
-.cui-widget-panelview menuseparator {
- padding: 0 !important;
-}
-
-toolbarpaletteitem[place="palette"] > .toolbarbutton-1 > .toolbarbutton-menubutton-button {
- padding: 3px 1px;
-}
-
-#PanelUI-remotetabs-tabslist > label[itemtype="client"] {
- padding-inline-start: 6px;
-}
-
-.PanelUI-remotetabs-notabsforclient-label {
- margin-left: 19px;
- font-size: 13px;
-}
-
-#PanelUI-remotetabs-tabslist {
- padding-bottom: 4px;
-}