Browse Source

Ferus.css border fix

Stops the borders from being removed when the post is highlighted.
pull/40/head
Joseph 11 years ago
parent
commit
a3b5c3719c
  1. 2
      stylesheets/ferus.css

2
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;

Loading…
Cancel
Save