some actual work on getting Firefox theming nearer to right
[themes.git] / LCARStrek / global / tree.css
index ccc192ec1eb517b0a189f2be1ec3d9e1ab43ef17..1831ce700f6e87b6c516e49f7607dcb0340e63fa 100644 (file)
@@ -46,7 +46,7 @@
 /* ::::: tree ::::: */
 
 tree {
-  -moz-border-radius: 5px;
+  border-radius: 5px;
   margin: 0px;
   border: 1px solid #9C9CFF;
   background-color: #000000;
@@ -60,7 +60,7 @@ tree {
   outline-offset: -1px;
 }
 
-.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
+.focusring:-moz-focusring > .tree-stack > .tree-rows > .tree-bodybox {
   outline: 1px dotted #008484;
 }
 
@@ -260,15 +260,15 @@ treecol {
 }
 
 treecol:first-child {
-  -moz-border-radius-topleft: 3px;
+  border-top-left-radius: 3px;
 }
 
 tree[hidecolumnpicker] treecol:last-child {
-  -moz-border-radius-topright: 3px;
+  border-top-right-radius: 3px;
 }
 
 treecolpicker {
-  -moz-border-radius-topright: 3px;
+  border-top-right-radius: 3px;
   -moz-box-align: center;
   -moz-box-pack: center;
   border: 1px solid #FF9F00;