From eb93463f26d9542bc83c1bea28b889aa4fc5a91e Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Thu, 16 Feb 2012 16:02:54 +0100 Subject: [PATCH] futaba/burichan fixes. Close #223 --- 4chan_x.user.js | 7 ++++--- script.coffee | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index a0be5308f..ccdefdaa1 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3757,9 +3757,9 @@ a[href="javascript:;"] {\ z-index: 1;\ }\ .preview {\ - background-color: rgba(0,0,0,.2);\ - background-position: 50% 20%;\ - background-size: cover;\ + background-color: rgba(0,0,0,.2) !important;\ + background-position: 50% 20% !important;\ + background-size: cover !important;\ border: 1px solid #666;\ box-sizing: border-box;\ -moz-box-sizing: border-box;\ @@ -3794,6 +3794,7 @@ a[href="javascript:;"] {\ color: #FFF;\ }\ .remove {\ + background: none;\ color: #E00;\ font-weight: 700;\ padding: 3px;\ diff --git a/script.coffee b/script.coffee index bbe210245..da261005d 100644 --- a/script.coffee +++ b/script.coffee @@ -3017,9 +3017,9 @@ a[href="javascript:;"] { z-index: 1; } .preview { - background-color: rgba(0,0,0,.2); - background-position: 50% 20%; - background-size: cover; + background-color: rgba(0,0,0,.2) !important; + background-position: 50% 20% !important; + background-size: cover !important; border: 1px solid #666; box-sizing: border-box; -moz-box-sizing: border-box; @@ -3054,6 +3054,7 @@ a[href="javascript:;"] { color: #FFF; } .remove { + background: none; color: #E00; font-weight: 700; padding: 3px;