keep a single scrollbar file for all platforms and include it from platform-specific...
[themes.git] / EarlyBlue / global / tabbox.css
index c84a7200e56cb647db4d4572a032aa3d8b18dc8d..f13b19fea06621c7d2c50cca2848b69aa0d5a833 100644 (file)
@@ -78,8 +78,18 @@ tab {
   margin: 0 !important;
 }
 
-tab[selected="true"]  {
+tab[selected="true"] {
+  -moz-user-focus: normal;
   font-weight: bold;
+  background-color: #EDF1FF;
+}
+
+tab:hover {
+  color: #336699;
+}
+
+tab:focus > .tab-middle {
+  outline: 1px dotted invert;
 }
 
 /*
@@ -108,4 +118,4 @@ tab[first-tab="true"][selected="true"] {
 .tabs-bottom > .tabs-right {
   border-top: 1px solid #666699;
   border-bottom: none;
-}
+}
\ No newline at end of file