0
Fork 0
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:
Matthew Harrison-Jones 2013-09-17 18:36:47 +01:00
parent b165dd3e62
commit 4930c7c479

View file

@ -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;
}