make menubar hiding work correctly in FF4
[themes.git] / LCARStrek / global / tabbox.css
index 3e9c7805aeedd075aec1e3f82d346526f460205d..b6a54a4974c6d98c0e0cbe26a150451ecda1297d 100644 (file)
@@ -56,7 +56,7 @@
 /* tabpanel is the box in which contents show up */
 
 tabpanels {
-  -moz-border-radius: 5px;
+  border-radius: 5px;
   border: 1px solid #9C9CFF;
   padding: 5px;
   background-color: #000000;
@@ -66,11 +66,11 @@ tabpanels {
 /* ::::: tab ::::: */
 
 tab {
-  -moz-border-radius: 8px 8px 0px 0px;
+  border-radius: 8px 8px 0px 0px;
   margin-top: 2px;
   border: 1px solid #9C9CFF;
   border-bottom: none;
-  padding: 1px 4px 2px 4px;
+  padding: 1px 4px 2px;
   background-color: #000000;
   color: #FF9F00;
 }
@@ -80,7 +80,6 @@ tab {
 }
 
 tab[selected="true"] {
-  -moz-user-focus: normal;
   font-weight: bold;
   background-color: #008484;
 }
@@ -88,22 +87,23 @@ 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 {
+tab:-moz-focusring > .tab-middle {
   /* Don't specify the outline-color, we should always use initial value. */
   outline: 1px dotted;
+  -moz-outline-radius: 3px 3px 0px 0px;
 }
 
 /*
-tab[first-tab="true"][selected="true"] {
-  padding-right: 5px;
-  padding-left: 5px;
+tab:first-of-type[selected="true"] {
+  -moz-padding-end: 5px;
+  -moz-padding-start: 5px;
 }
 */
 
@@ -113,12 +113,12 @@ tab[first-tab="true"][selected="true"] {
    ::::: */
 
 .tab-bottom {
-  -moz-border-radius: 0px 0px 8px 8px;
+  border-radius: 0px 0px 8px 8px;
   margin-top: 0;
   margin-bottom: 2px;
   border: 1px solid #9C9CFF;
   border-top: none;
-  padding: 2px 4px 1px 4px;
+  padding: 2px 4px 1px;
 }
 
 /* ::::: tabs-bottom ::::: */