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 */
26 border: 1px outset #CCD0DD;
28 background-color: #CCD0DD;
36 border: 1px outset #CCD0DD;
39 background-color: #CCD0DD;
47 tab[visuallyselected="true"] {
49 background-color: #EDF1FF;
56 tab:-moz-focusring > .tab-middle {
57 /* Don't specify the outline-color, we should always use initial value. */
62 tab:first-of-type[visuallyselected="true"] {
63 -moz-padding-end: 5px;
64 -moz-padding-start: 5px;
68 /* ::::: tab-bottom ::::::::::
69 :: Tabs that are attached to the bottom of a panel, but not necessarily
76 border: 1px outset #CCD0DD;
81 /* ::::: tabs-bottom ::::: */
83 .tabs-bottom > .tabs-left,
84 .tabs-bottom > .tabs-right {
85 border-top: 1px solid #666699;