:active on whole 'add comment' button, not just text
authorgibus
Thu, 08 Sep 2011 16:39:22 +0200
changeset 381 641430ef426c
parent 380 b308cc50a49e
child 382 a3eaeeed9c6e
:active on whole 'add comment' button, not just text
src/cm/media/css/site/text_view_frame.css
--- a/src/cm/media/css/site/text_view_frame.css	Thu Sep 08 16:31:16 2011 +0200
+++ b/src/cm/media/css/site/text_view_frame.css	Thu Sep 08 16:39:22 2011 +0200
@@ -187,7 +187,7 @@
   color:#030;
 }
 
-#add_comment_btn span:active {
+#add_comment_btn:active {
   position: relative;
   top: 3px;
   -webkit-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);