CSS fixes
[pithos-web-client] / src / gr / grnet / pithos / web / client / PithosCellTreeBasic.css
index c82fce2..645fb93 100644 (file)
@@ -32,6 +32,7 @@
 }
 
 .cellTreeItemImage {
+       padding-top: 5px;
 }
 
 .cellTreeItemImageValue {
@@ -49,7 +50,7 @@
 }
 
 .cellTreeItem:HOVER {
-       background-color: #A1C8DB;
+       background-color: #A1C8DA;
 }
 
 .cellTreeOpenItem {
@@ -73,6 +74,7 @@
 
 .cellTreeSelectedItem {
   color: #d45500;
+  background-color: #BCD7E3;
   height: auto;
   overflow: visible;
 }