From 4930c7c4795090452185f16296ed66789df1d29a Mon Sep 17 00:00:00 2001 From: Matthew Harrison-Jones Date: Tue, 17 Sep 2013 18:36:47 +0100 Subject: [PATCH] Updated Upload Modal Icon --- core/client/assets/sass/modules/global.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/core/client/assets/sass/modules/global.scss b/core/client/assets/sass/modules/global.scss index fb0a4dc232..54e9f41cdb 100644 --- a/core/client/assets/sass/modules/global.scss +++ b/core/client/assets/sass/modules/global.scss @@ -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; }