sync with Classic in preparation for a 1.8a release
[themes.git] / EarlyBlue / global / tabbox.css
index ee41d8fceabfbd100a7bb6e402505ae50b8abb05..7ed7b55e8ca4860db56c32a6aff3f000c0799524 100644 (file)
@@ -78,7 +78,8 @@ tab {
   margin: 0 !important;
 }
 
-tab[selected="true"]  {
+tab[selected="true"] {
+  -moz-user-focus: normal;
   font-weight: bold;
   background-color: #EDF1FF;
 }
@@ -87,6 +88,10 @@ tab:hover {
   color: #336699;
 }
 
+tab:focus > .tab-middle {
+  -moz-outline: 1px dotted invert;
+}
+
 /*
 tab[first-tab="true"][selected="true"] {
   padding-right: 5px;