Author: sevein Date: Mon Aug 13 22:41:38 2012 New Revision: 12093 Log: Add box shadow to the drag helper
Modified: trunk/css/graphic.css Modified: trunk/css/graphic.css ============================================================================== --- trunk/css/graphic.css Mon Aug 13 22:37:44 2012 (r12092) +++ trunk/css/graphic.css Mon Aug 13 22:41:38 2012 (r12093) @@ -365,6 +365,9 @@ background-color: White; background-color: rgba(255, 255, 255, 0.8); border: 1px solid #ccc; + -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .2); + -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .2); + box-shadow: 2px 2px 2px rgba(0, 0, 0, .2); } #treeview.loading li -- 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.
