adding new EarlyBlue skin, cleanup remains
[themes.git] / EarlyBlue / skin / EarlyBlue / editor / EditModeTabs.css
diff --git a/EarlyBlue/skin/EarlyBlue/editor/EditModeTabs.css b/EarlyBlue/skin/EarlyBlue/editor/EditModeTabs.css
new file mode 100644 (file)
index 0000000..8104b5c
--- /dev/null
@@ -0,0 +1,69 @@
+/* ............. edit mode tabs ............... */  
+
+.tabs-bottom {
+  border-top: none;
+}
+
+.tabs-bottom > .tabs-spacer {
+  border-top: 1px solid #9999CC !important;
+  border-bottom: none;
+}
+
+
+/* ............. edit mode tabs ............... */  
+
+
+.tabs-bottom > tab { 
+  margin-top: 0px;
+  margin-bottom: 2px;
+  border: none;
+/*  border-right: 1px solid ThreeDDarkShadow;
+  -moz-border-radius: 0px 0px 5px 5px; */
+  -moz-user-focus: ignore;
+}
+
+.tabs-bottom > tab > .tab-box { 
+  border: 1px outset #CCD0DD !important;
+  border-top: none !important;
+/*  -moz-border-radius: 0px 0px 4px 4px; */
+}
+
+/* ............. selected state ............... */
+
+/*  
+.tabs-bottom > tab[selected="true"] {
+  margin-bottom: 0px;
+}
+*/
+
+.tabs-bottom > tab[selected="true"] > .tab-box {
+  background-color: #6699FF;
+/*  border-bottom: 1px solid ThreeDShadow !important;
+  border-top: 1px solid #ffffff !important; */
+}
+
+
+/* ............. after selected ............... */
+/*
+.tabs-bottom > tab[afterselected="true"]  {
+  border-left: none !important;
+}
+
+.tabs-bottom > tab[afterselected="true"] > .tab-box {
+  border-left: none !important;
+}
+*/
+
+/* ............. before selected ............... */
+
+/*
+/* top & bottom tabs */
+.tabs-bottom > tab[beforeselected="true"] {
+  border-right: none !important;
+}
+
+.tabs-bottom > tab[beforeselected="true"] > .tab-box {
+  border-right: none !important;
+}
+*/
+