# HG changeset patch # User gibus # Date 1315492762 -7200 # Node ID 641430ef426caa63f3c2ac38810b12e92a204848 # Parent b308cc50a49e4addb8855b7a5df4285d29781007 :active on whole 'add comment' button, not just text diff -r b308cc50a49e -r 641430ef426c 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);