From 4a5c1f53752008b1789cdef224199615bbaab3fc Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 24 May 2012 18:18:47 +0200 Subject: Fixes for IE: better background for Hide/Show button, fixed invisible button in IE8 --- plugins/hide_blockquote/skins/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/hide_blockquote/skins') diff --git a/plugins/hide_blockquote/skins/default/style.css b/plugins/hide_blockquote/skins/default/style.css index 7b3c871c3..198172f92 100644 --- a/plugins/hide_blockquote/skins/default/style.css +++ b/plugins/hide_blockquote/skins/default/style.css @@ -17,7 +17,7 @@ span.blockquote-link { border-top: none; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; - background: #fff; + background: #f8f8f8; background: -moz-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8)); background: -o-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%); -- cgit v1.2.3