From a3b5c3719c38caebd125efd7009a7bff262d87c4 Mon Sep 17 00:00:00 2001 From: Joseph Date: Sat, 10 Aug 2013 23:33:37 +0300 Subject: [PATCH] Ferus.css border fix Stops the borders from being removed when the post is highlighted. --- stylesheets/ferus.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/ferus.css b/stylesheets/ferus.css index 6a1dfb59..a052ef2b 100644 --- a/stylesheets/ferus.css +++ b/stylesheets/ferus.css @@ -41,7 +41,7 @@ a.post_no:hover { } div.post.reply { background: #0E0E0E; - border: #414141 2px solid; + border: #414141 2px solid !important; } .de-pview { background: rgba(14, 14, 14, 0.84) !important; @@ -152,4 +152,4 @@ div.ban h2 { table.modlog tr th { background: #00FF00; color: #AAAAAA; -} \ No newline at end of file +}