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;