adding new EarlyBlue skin, cleanup remains
[themes.git] / EarlyBlue / skin / EarlyBlue / editor / EditModeTabs.css
CommitLineData
f6e0a33f 1/* ............. edit mode tabs ............... */
2
3.tabs-bottom {
4 border-top: none;
5}
6
7.tabs-bottom > .tabs-spacer {
8 border-top: 1px solid #9999CC !important;
9 border-bottom: none;
10}
11
12
13/* ............. edit mode tabs ............... */
14
15
16.tabs-bottom > tab {
17 margin-top: 0px;
18 margin-bottom: 2px;
19 border: none;
20/* border-right: 1px solid ThreeDDarkShadow;
21 -moz-border-radius: 0px 0px 5px 5px; */
22 -moz-user-focus: ignore;
23}
24
25.tabs-bottom > tab > .tab-box {
26 border: 1px outset #CCD0DD !important;
27 border-top: none !important;
28/* -moz-border-radius: 0px 0px 4px 4px; */
29}
30
31/* ............. selected state ............... */
32
33/*
34.tabs-bottom > tab[selected="true"] {
35 margin-bottom: 0px;
36}
37*/
38
39.tabs-bottom > tab[selected="true"] > .tab-box {
40 background-color: #6699FF;
41/* border-bottom: 1px solid ThreeDShadow !important;
42 border-top: 1px solid #ffffff !important; */
43}
44
45
46/* ............. after selected ............... */
47/*
48.tabs-bottom > tab[afterselected="true"] {
49 border-left: none !important;
50}
51
52.tabs-bottom > tab[afterselected="true"] > .tab-box {
53 border-left: none !important;
54}
55*/
56
57/* ............. before selected ............... */
58
59/*
60/* top & bottom tabs */
61.tabs-bottom > tab[beforeselected="true"] {
62 border-right: none !important;
63}
64
65.tabs-bottom > tab[beforeselected="true"] > .tab-box {
66 border-right: none !important;
67}
68*/
69