Author: sevein
Date: Mon Aug 13 22:37:44 2012
New Revision: 12092

Log:
Show the grip only when the cursor is over the treeview node

Modified:
   trunk/css/graphic.css

Modified: trunk/css/graphic.css
==============================================================================
--- trunk/css/graphic.css       Mon Aug 13 19:54:56 2012        (r12091)
+++ trunk/css/graphic.css       Mon Aug 13 22:37:44 2012        (r12092)
@@ -394,8 +394,9 @@
   color: #bbb;
 }
 
-#treeview small.grip
+#treeview .grip
 {
+  visibility: hidden;
   float: right;
   width: 9px;
   height: 11px;
@@ -408,6 +409,11 @@
   background-repeat: no-repeat;
 }
 
+#treeview li:hover .grip
+{
+  visibility: visible;
+}
+
 /*********************************************************
              POPOVER
 **********************************************************/

-- 
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