commit 2dd7c191d4ffb2b4660898dd9de181f033d1c55d
parent b2f889f660b47bf88bea4010956ed2050f367811
Author: Lootyhoof <lootyhoofer@gmail.com>
Date: Fri, 18 May 2018 20:19:55 +0100
Remove redundant files
Diffstat:
3 files changed, 0 insertions(+), 394 deletions(-)
diff --git a/src/chrome/os/darwin/tabbox.css b/src/chrome/os/darwin/tabbox.css
@@ -1,150 +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/. */
-
-/*
- The default style of these tabs is that of an NSTabView with tabs at
- the top in the "regular" size. These tabs can be used with or without
- a tabbox element.
- For bottom tabs you should use the "tabs-bottom" class on the tabbox
- or the tabs element. Bottom tabs use a style that's similar to the
- one used in Adium.
-*/
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-tabbox {
- margin: 0 5px;
-}
-
-tabpanels {
- -moz-appearance: tabpanels;
- padding: 33px 15px 15px;
-}
-
-tabs {
- -moz-box-align: center;
- font: menu;
-}
-
-tabbox > tabs {
- padding: 0 10px;
- margin-bottom: -12px;
- position: relative;
-}
-
-tab {
- -moz-appearance: tab;
-}
-
-tab:-moz-focusring {
- /* Tab focus rings need to overlay adjacent tabs. */
- position: relative;
-}
-
-tab:first-of-type {
- -moz-padding-start: 2px;
-}
-
-tab:last-of-type {
- -moz-padding-end: 2px;
-}
-
-@media (-moz-mac-lion-theme) {
- tab[selected="true"] {
- color: #FFF;
- text-shadow: rgba(0, 0, 0, 0.4) 0 1px;
- }
-}
-
-.tab-middle {
- padding: 1px 6px 2px;
-}
-
-.tabs-left,
-.tabs-right {
- -moz-box-flex: 1;
-}
-
-/* Tabs at the bottom
- * These tabs are smaller, left aligned and don't extend into the tabpanel.
- */
-
-tabbox.tabs-bottom > tabpanels {
- padding: 10px;
-}
-
-tabbox.tabs-bottom > tabs,
-tabs.tabs-bottom {
- background-color: rgba(0, 0, 0, 0.1);
- padding: 0;
- margin: 0;
- border-top: 2px solid;
- -moz-border-top-colors: #888 rgba(0, 0, 0, 0.08);
- -moz-box-align: start;
- font: message-box;
-}
-
-tabbox.tabs-bottom > tabs > .tabs-left,
-tabs.tabs-bottom > .tabs-left {
- -moz-box-flex: 0;
-}
-
-tabbox.tabs-bottom > tabs > tab,
-tabs.tabs-bottom > tab {
- -moz-appearance: none;
- margin: -1px 0 0;
- padding: 0 0 2px 0;
- position: relative;
- -moz-border-end: 1px solid rgba(0, 0, 0, 0.19);
-}
-
-tabbox.tabs-bottom > tabs > tab > .tab-middle,
-tabs.tabs-bottom > tab > .tab-middle {
- padding: 1px 2px 0 2px;
-}
-
-tabbox.tabs-bottom > tabs > tab:not([selected=true]):hover,
-tabs.tabs-bottom > tab:not([selected=true]):hover {
- background-color: rgba(0, 0, 0, 0.1);
- -moz-border-end-color: rgba(0, 0, 0, 0.1);
-}
-
-tabbox.tabs-bottom > tabs > tab[selected=true],
-tabs.tabs-bottom > tab[selected=true] {
- color: #000;
- text-shadow: none;
- border: solid #888;
- border-width: 0 2px 2px;
- border-radius: 2px;
- -moz-border-left-colors: rgba(0, 0, 0, 0.08) #888;
- -moz-border-right-colors: rgba(0, 0, 0, 0.08) #888;
- -moz-border-bottom-colors: rgba(0, 0, 0, 0.08) #888;
- -moz-margin-end: -1px;
- margin-top: -2px;
- margin-bottom: 1px;
- padding: 0;
-}
-
-tabbox.tabs-bottom > tabs > tab[beforeselected=true],
-tabs.tabs-bottom > tab[beforeselected=true] {
- -moz-border-end-color: transparent;
- -moz-margin-end: -2px;
-}
-
-tabbox.tabs-bottom > tabs > tab:first-of-type:not([selected=true]),
-tabs.tabs-bottom > tab:first-of-type:not([selected=true]) {
- -moz-border-start: 4px solid transparent;
-}
-
-tabbox.tabs-bottom > tabs > tab:first-of-type[selected=true],
-tabs.tabs-bottom > tab:first-of-type[selected=true] {
- -moz-margin-start: 2px;
-}
-
-tabbox.tabs-bottom,
-tabbox.tabs-bottom > tabpanels,
-tabbox.tabs-bottom > tabs > tab[selected=true] > .tab-middle,
-tabs.tabs-bottom > tab[selected=true] > .tab-middle {
- -moz-appearance: dialog;
-}
diff --git a/src/chrome/os/linux/tabbox.css b/src/chrome/os/linux/tabbox.css
@@ -1,111 +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/. */
-
-/* ===== tabbox.css =================================================
- == Styles used by XUL tab-related elements.
- ======================================================================= */
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-
-/* ::::: tabs ::::: */
-
-tabs {
- position: relative;
- z-index: 0;
-}
-
-/* ::::: tabpanels ::::: */
-
-tabpanels {
- -moz-appearance: none;
- border-right: 1px solid;
- border-bottom: 1px solid;
- border-left: 1px solid;
- -moz-border-right-colors: rgb(75,75,75);
- -moz-border-bottom-colors: rgb(75,75,75);
- -moz-border-left-colors: rgb(75,75,75);
- padding: 8px;
- background-color: rgb(43,43,43);
- color: #fff;
-}
-
-/* ::::: tab ::::: */
-
-tab {
- position: relative;
- -moz-appearance: tab;
- margin-top: 2px;
- border-top: 1px solid;
- border-right: 1px solid;
- border-left: 1px solid;
- border-bottom: 1px solid rgb(75,75,75);
- -moz-border-top-colors: rgb(75,75,75);
- -moz-border-right-colors: rgb(75,75,75);
- -moz-border-left-colors: rgb(75,75,75);
- border-top-left-radius: 2px;
- border-top-right-radius: 2px;
- padding: 1px 4px 2px 4px;
- background-color: rgb(23,23,23);
- color: #fff;
-}
-
-tab[selected="true"] {
- z-index: 1;
- margin-top: 0;
- background-color: rgb(43,43,43);
- border-bottom-color: transparent;
- padding: 1px 6px 4px 6px;
-}
-
-tab + tab {
- -moz-margin-start: -2px;
-}
-
-.tab-text {
- margin: 0 !important;
-}
-
-/* ::::: tab-bottom ::::::::::
- :: Tabs that are attached to the bottom of a panel, but not necessarily
- :: a tabpanels.
- ::::: */
-
-.tab-bottom {
- margin-top: 0;
- margin-bottom: 2px;
- border-top: 1px solid;
- border-bottom: 1px solid;
- -moz-border-top-colors: rgb(75,75,75);
- -moz-border-bottom-colors: rgb(75,75,75);
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- border-bottom-right-radius: 2px;
- border-bottom-left-radius: 2px;
- padding: 2px 4px 1px 4px;
-}
-
-.tab-bottom[selected="true"] {
- margin-bottom: 0;
- -moz-border-top-colors: rgb(110,110,110);
- padding: 4px 6px 1px 6px;
-}
-
-.tab-bottom[beforeselected="true"]:-moz-locale-dir(ltr),
-.tab-bottom[selected="true"]:-moz-locale-dir(rtl) + .tab-bottom {
- border-bottom-right-radius: 0;
-}
-
-.tab-bottom[selected="true"]:-moz-locale-dir(ltr) + .tab-bottom,
-.tab-bottom[beforeselected="true"]:-moz-locale-dir(rtl) {
- border-bottom-left-radius: 0;
-}
-
-/* ::::: tabs-bottom ::::: */
-
-.tabs-bottom > .tabs-left,
-.tabs-bottom > .tabs-right {
- border-top: 1px solid rgb(75,75,75);
- border-bottom: none;
-}
diff --git a/src/chrome/os/winnt/tabbox.css b/src/chrome/os/winnt/tabbox.css
@@ -1,133 +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/. */
-
-/* ===== tabbox.css =================================================
- == Styles used by XUL tab-related elements.
- ======================================================================= */
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-/* ::::: tabs ::::: */
-
-.tabs-left,
-.tabs-right {
- border-bottom: 1px solid;
- -moz-border-bottom-colors: rgb(75,75,75);
-}
-
-/* ::::: tabpanels ::::: */
-
-tabpanels {
- -moz-appearance: none;
- border-right: 1px solid;
- border-bottom: 1px solid;
- border-left: 1px solid;
- -moz-border-right-colors: rgb(75,75,75);
- -moz-border-bottom-colors: rgb(75,75,75);
- -moz-border-left-colors: rgb(75,75,75);
- padding: 8px;
- background-color: rgb(43,43,43);
- color: #fff;
-}
-
-/* ::::: tab ::::: */
-
-tab {
- -moz-appearance: none;
- margin-top: 2px;
- border-top: 1px solid;
- border-right: 1px solid;
- border-left: 1px solid;
- border-bottom: 1px solid rgb(75,75,75);
- -moz-border-top-colors: rgb(75,75,75);
- -moz-border-right-colors: rgb(75,75,75);
- -moz-border-left-colors: rgb(75,75,75);
- border-top-left-radius: 2px;
- border-top-right-radius: 2px;
- padding: 1px 4px 2px 4px;
- background-color: rgb(23,23,23);
- color: #fff;
-}
-
-tab:-moz-locale-dir(rtl) {
- border-bottom-left-radius: 1px;
- border-bottom-right-radius: 0px;
-}
-
-.tab-text {
- margin: 0 !important;
-}
-
-tab[selected="true"] {
- margin-top: 0;
- background-color: rgb(43,43,43);
- border-bottom-color: transparent;
- padding: 1px 6px 4px 6px;
-}
-
-tab:-moz-focusring > .tab-middle {
- /* Don't specify the outline-color, we should always use initial value. */
- outline: 1px dotted;
-}
-
-tab[beforeselected="true"]:-moz-locale-dir(ltr),
-tab[selected="true"]:-moz-locale-dir(rtl) + tab {
- border-right: none;
- border-top-right-radius: 0;
-}
-
-tab[selected="true"]:-moz-locale-dir(ltr) + tab,
-tab[beforeselected="true"]:-moz-locale-dir(rtl) {
- border-left: none;
- border-top-left-radius: 0;
-}
-
-tab:first-of-type[selected="true"] {
- padding-right: 5px;
- padding-left: 5px;
-}
-
-/* ::::: tab-bottom ::::::::::
- :: Tabs that are attached to the bottom of a panel, but not necessarily
- :: a tabpanels.
- ::::: */
-
-.tab-bottom {
- margin-top: 0;
- margin-bottom: 2px;
- border-top: 1px solid;
- border-bottom: 1px solid;
- -moz-border-top-colors: rgb(75,75,75);
- -moz-border-bottom-colors: rgb(75,75,75);
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- border-bottom-right-radius: 2px;
- border-bottom-left-radius: 2px;
- padding: 2px 4px 1px 4px;
-}
-
-.tab-bottom[selected="true"] {
- margin-bottom: 0;
- -moz-border-top-colors: rgb(110,110,110);
- padding: 4px 6px 1px 6px;
-}
-
-.tab-bottom[beforeselected="true"]:-moz-locale-dir(ltr),
-.tab-bottom[selected="true"]:-moz-locale-dir(rtl) + .tab-bottom {
- border-bottom-right-radius: 0;
-}
-
-.tab-bottom[selected="true"]:-moz-locale-dir(ltr) + .tab-bottom,
-.tab-bottom[beforeselected="true"]:-moz-locale-dir(rtl) {
- border-bottom-left-radius: 0;
-}
-
-/* ::::: tabs-bottom ::::: */
-
-.tabs-bottom > .tabs-left,
-.tabs-bottom > .tabs-right {
- border-top: 1px solid rgb(75,75,75);
- border-bottom: none;
-}
-