fix compact manulist
[themes.git] / EarlyBlue / global / tabbox.css
index ee41d8fceabfbd100a7bb6e402505ae50b8abb05..f13b19fea06621c7d2c50cca2848b69aa0d5a833 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 {
+  outline: 1px dotted invert;
+}
+
 /*
 tab[first-tab="true"][selected="true"] {
   padding-right: 5px;