mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Updated Upload Modal Icon
This commit is contained in:
parent
b165dd3e62
commit
4930c7c479
1 changed files with 7 additions and 3 deletions
|
@ -1356,15 +1356,19 @@ main {
|
|||
}
|
||||
|
||||
.image-cancel {
|
||||
@include icon($i-x, 16px);
|
||||
@include icon($i-trash, 11px);
|
||||
position: absolute;
|
||||
color: white;
|
||||
text-shadow: rgba(0,0,0,0.3) 0 0 3px;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
padding: 8px;
|
||||
background: rgba(0,0,0,0.3);
|
||||
border-radius: $rounded;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
line-height: 0;
|
||||
|
||||
&:hover {
|
||||
background: rgba(0,0,0,0.5);
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue