Ferus.css border fix

Stops the borders from being removed when the post is highlighted.
This commit is contained in:
Joseph 2013-08-10 23:33:37 +03:00
parent 1248e329d2
commit a3b5c3719c

View File

@ -41,7 +41,7 @@ a.post_no:hover {
} }
div.post.reply { div.post.reply {
background: #0E0E0E; background: #0E0E0E;
border: #414141 2px solid; border: #414141 2px solid !important;
} }
.de-pview { .de-pview {
background: rgba(14, 14, 14, 0.84) !important; background: rgba(14, 14, 14, 0.84) !important;
@ -152,4 +152,4 @@ div.ban h2 {
table.modlog tr th { table.modlog tr th {
background: #00FF00; background: #00FF00;
color: #AAAAAA; color: #AAAAAA;
} }