update to suite default status of 2009-01-30: bug 474807 - replace margin/padding...
[themes.git] / LCARStrek / global / tabbox.css
index 3e9c7805aeedd075aec1e3f82d346526f460205d..473ea3d05aad2bc90656738c66ebe98c0527859c 100644 (file)
@@ -88,11 +88,11 @@ tab[selected="true"] {
 tab:hover {
   background-color: #FFCF00;
   color: #000000;
-  text-decoration: underline;
 }
 
 tab:hover:active {
-  text-decoration: none;
+  background-color: #FF9F00;
+  color: #000000;
 }
 
 tab:focus > .tab-middle {
@@ -102,8 +102,8 @@ tab:focus > .tab-middle {
 
 /*
 tab[first-tab="true"][selected="true"] {
-  padding-right: 5px;
-  padding-left: 5px;
+  -moz-padding-end: 5px;
+  -moz-padding-start: 5px;
 }
 */