keeping up with Classic, making textboxes size and look better
[themes.git] / EarlyBlue / global / tabbox.css
index c84a7200e56cb647db4d4572a032aa3d8b18dc8d..ee41d8fceabfbd100a7bb6e402505ae50b8abb05 100644 (file)
@@ -80,6 +80,11 @@ tab {
 
 tab[selected="true"]  {
   font-weight: bold;
+  background-color: #EDF1FF;
+}
+
+tab:hover {
+  color: #336699;
 }
 
 /*
@@ -108,4 +113,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