diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-05-24 18:18:47 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-05-25 13:48:38 +0200 |
commit | c993e10d07d76ef7f24b45bc9e7c1c1115c85980 (patch) | |
tree | f9724507c181485c951b8e54462474b5e2fcb172 /plugins/hide_blockquote/skins | |
parent | f38035da17957f7bab514381044013a54ea19d8c (diff) |
Fixes for IE: better background for Hide/Show button, fixed invisible button in IE8
Diffstat (limited to 'plugins/hide_blockquote/skins')
-rw-r--r-- | plugins/hide_blockquote/skins/default/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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%); |