add new-help theming to EarlyBlue
[themes.git] / EarlyBlue / global / tabbox.css
index ee41d8fceabfbd100a7bb6e402505ae50b8abb05..2a397e1f416b23ba108e4919bffed9faac38b7a0 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
 /* ===== tabbox.css =================================================
   == Styles used by XUL tab-related elements.
   ======================================================================= */
 
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
 /* ::::: tabs ::::: */
 
 .tabs-left,
@@ -60,7 +60,6 @@ tabpanels {
   padding: 5px;
   background-color: #CCD0DD;
   color: #000000;
-  -moz-user-focus: normal;
 }
 
 /* ::::: tab ::::: */
@@ -78,7 +77,8 @@ tab {
   margin: 0 !important;
 }
 
-tab[selected="true"]  {
+tab[selected="true"] {
+  -moz-user-focus: normal;
   font-weight: bold;
   background-color: #EDF1FF;
 }
@@ -87,6 +87,10 @@ tab:hover {
   color: #336699;
 }
 
+tab:focus > .tab-middle {
+  outline: 1px dotted invert;
+}
+
 /*
 tab[first-tab="true"][selected="true"] {
   padding-right: 5px;