Author: sevein
Date: Wed Aug 1 07:48:20 2012
New Revision: 12024
Log:
Treeview CSS fixes
Modified:
trunk/css/graphic.css
Modified: trunk/css/graphic.css
==============================================================================
--- trunk/css/graphic.css Wed Aug 1 07:47:29 2012 (r12023)
+++ trunk/css/graphic.css Wed Aug 1 07:48:20 2012 (r12024)
@@ -307,8 +307,8 @@
-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);
+ -webkit-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);
+ -moz-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);
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);
}
--
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.