mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 20:20:43 +08:00
Merge pull request #1917 from awesomerobot/master
fixing watermark/gutter link interference
This commit is contained in:
commit
9f6fe7280d
|
@ -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 {
|
||||
|
|
|
@ -166,6 +166,7 @@ a:hover.reply-new {
|
|||
// background-color: #d4eaf4;
|
||||
// background-color: #C5E8F7;
|
||||
background-color: #C6F3B6;
|
||||
transition: width .75s;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user