make us look even cooler, give outliner a border by default and disable it where...
[themes.git] / LCARStrek / global / skin / outliner.css
index 7be36c76d6f115fee74e4c4b9619f6af1b2d871d..77dcc44471bb7903aecbd882184bfcc53c68a738 100644 (file)
@@ -7,18 +7,21 @@
  **/
 
 outliner {
+  -moz-border-radius: 5px;
+  border: 1px solid #9C9CFF;
   background-color: black;
-  border: none;
+/*  border: none; */
   border-spacing: 0px;
   color: #FF9F00;
 }
 
-outliner splitter.tree-splitter {
+outliner splitter.tree-splitter {
   margin: 0px;
   border: none;
 }
 
 outlinerbody {
+  -moz-border-radius: 5px;
   background-color: black;
   color: #FF9F00;
   -moz-user-select: none;
@@ -168,6 +171,3 @@ outlinerbody:-moz-outliner-twisty(open) {
   list-style-image: url("chrome://global/skin/twisty-open.gif");
 }
 
-
-
-