1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 /* ===== tabbox.css =================================================
6 == Styles used by XUL tab-related elements.
7 ======================================================================= */
9 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
11 /* ::::: tabs ::::: */
16 border-bottom: 2px solid;
17 -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
21 /* ::::: tabpanels ::::: */
23 /* tabpanel is the box in which contents show up */
27 border: 2px solid #008484;
29 background-color: #000000;
36 border-radius: 8px 8px 0px 0px;
38 -moz-border-end: 2px solid transparent;
41 background-color: #C09070;
43 background-clip: padding-box;
50 tab[selected="true"] {
52 background-color: #008484;
56 background-color: #FFCF00;
61 background-color: #FF9F00;
65 tab:-moz-focusring > .tab-middle {
66 /* Don't specify the outline-color, we should always use initial value. */
68 -moz-outline-radius: 3px 3px 0px 0px;
72 -moz-margin-start: 5px;
75 tab:first-of-type[selected="true"] {
76 -moz-padding-end: 5px;
77 -moz-padding-start: 5px;
81 tab[disabled="true"] {
82 background-color: #402858 !important;
83 color: #000000 !important;
85 .tab-text[disabled="true"] {
86 color: #000000 !important;
89 /* ::::: tab-bottom ::::::::::
90 :: Tabs that are attached to the bottom of a panel, but not necessarily
95 border-radius: 0px 0px 8px 8px;
102 /* ::::: tabs-bottom ::::: */
104 .tab-bottom:last-of-type {
108 .tabs-bottom > .tabs-left,
109 .tabs-bottom > .tabs-right {
110 border-top: 1px solid #008484;