Author: sevein
Date: Mon Jul 30 20:06:41 2012
New Revision: 12012

Log:
Some CSS changes in the treeview

Modified:
   trunk/css/graphic.css

Modified: trunk/css/graphic.css
==============================================================================
--- trunk/css/graphic.css       Mon Jul 30 20:06:08 2012        (r12011)
+++ trunk/css/graphic.css       Mon Jul 30 20:06:41 2012        (r12012)
@@ -277,14 +277,14 @@
   position: relative;
 }
 
-#treeview .ancestor
+#treeview .ancestor,
+#treeview .back
 {
-  background-color: #eee;
+  background-color: #f5f5f5;
 }
 
 #treeview .back
 {
-  background: #ddd;
   cursor: pointer;
 }
 
@@ -293,12 +293,6 @@
   text-decoration: underline;
 }
 
-#treeview .back,
-#treeview .ancestor
-{
-  border-bottom: 1px solid #ccc;
-}
-
 #treeview .expand,
 #treeview .ancestor,
 #treeview .back
@@ -309,6 +303,13 @@
 #treeview .active
 {
   font-weight: bold;
+  background-color: #F1E6D4;
+  -webkit-border-radius: 2px 0 0 2px;
+     -moz-border-radius: 2px 0 0 2px;
+          border-radius: 2px 0 0 2px;
+  -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .3), inset 3px 3px 5px 
0 rgba(100, 100, 100, 0.1);
+     -moz-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .3), inset 3px 3px 5px 
0 rgba(100, 100, 100, 0.1);
+          box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, .3), inset 3px 3px 5px 
0 rgba(100, 100, 100, 0.1), inset 0 -1px 1px 0 rgba(100, 100, 100, .2);
 }
 
 #treeview .placeholder
@@ -378,7 +379,7 @@
 
 #treeview strong {
 
-  margin-left: 4px;
+  margin-right: 4px;
 
 }
 

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to