diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-05-26 10:35:26 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-05-26 10:35:26 +0200 |
commit | ead98f4efb712deb124655fd6fe0bf30d8e642c5 (patch) | |
tree | 349b9cdadccd50c9817e5b4b4ba6e30024b5f4fa /plugins/hide_blockquote/skins/default | |
parent | 9a8a86efcae2c3c5ff36f71cbba7acd5ce3d4c6f (diff) | |
parent | d4d2e427a561d2fc93e6922f7c6d0ea3e8f6f4a9 (diff) |
Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into release-0.8
Diffstat (limited to 'plugins/hide_blockquote/skins/default')
-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%); |