fixing watermark/gutter link interference, and also adding a transition to the topic-progress bar, so smooth!

This commit is contained in:
Kris Aubuchon 2014-02-06 23:43:13 -05:00
parent 585fae0541
commit 02e194219f
2 changed files with 2 additions and 0 deletions

View file

@ -995,6 +995,7 @@ a.attachment:before {
color: rgba(0,0,0,0.05);
font: 90px/1 FontAwesome;
content: "\f05c";
z-index: -5;
}
.read_restricted .gutter:before {

View file

@ -166,6 +166,7 @@ a:hover.reply-new {
// background-color: #d4eaf4;
// background-color: #C5E8F7;
background-color: #C6F3B6;
transition: width .75s;
}
}