mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
Merge pull request #1917 from awesomerobot/master
fixing watermark/gutter link interference
This commit is contained in:
commit
9f6fe7280d
2 changed files with 2 additions and 0 deletions
|
@ -995,6 +995,7 @@ a.attachment:before {
|
||||||
color: rgba(0,0,0,0.05);
|
color: rgba(0,0,0,0.05);
|
||||||
font: 90px/1 FontAwesome;
|
font: 90px/1 FontAwesome;
|
||||||
content: "\f05c";
|
content: "\f05c";
|
||||||
|
z-index: -5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.read_restricted .gutter:before {
|
.read_restricted .gutter:before {
|
||||||
|
|
|
@ -166,6 +166,7 @@ a:hover.reply-new {
|
||||||
// background-color: #d4eaf4;
|
// background-color: #d4eaf4;
|
||||||
// background-color: #C5E8F7;
|
// background-color: #C5E8F7;
|
||||||
background-color: #C6F3B6;
|
background-color: #C6F3B6;
|
||||||
|
transition: width .75s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue