0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Updated Upload Modal Icon

This commit is contained in:
Matthew Harrison-Jones 2013-09-17 18:36:47 +01:00
parent 288b894c02
commit be2ec7234a

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