keep up with Classic trunk development
[themes.git] / EarlyBlue / global / tabbox.css
index 7a76e127f072bc40df8e9f8a617ad7288f8b4a72..ee41d8fceabfbd100a7bb6e402505ae50b8abb05 100644 (file)
@@ -68,6 +68,7 @@ tabpanels {
 tab {
   margin-top: 2px;
   border: 1px outset #CCD0DD;
+  border-bottom: none;
   padding: 1px 4px 2px 4px;
   background-color: #CCD0DD;
   color: #000000;
@@ -79,6 +80,11 @@ tab {
 
 tab[selected="true"]  {
   font-weight: bold;
+  background-color: #EDF1FF;
+}
+
+tab:hover {
+  color: #336699;
 }
 
 /*
@@ -96,6 +102,8 @@ tab[first-tab="true"][selected="true"] {
 .tab-bottom {
   margin-top: 0;
   margin-bottom: 2px;
+  border: 1px outset #CCD0DD;
+  border-top: none;
   padding: 2px 4px 1px 4px;
 }
 
@@ -105,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