From 6f9635de65a47b35b56dbd872b53a3821a0b5ecd Mon Sep 17 00:00:00 2001 From: icemate Date: Wed, 17 Feb 2016 15:15:12 +0200 Subject: [PATCH] tokar commit --- frontend/web/css/style.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index ae8d53e..740f98d 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -5963,11 +5963,16 @@ a {color: #0072bc} .admin-gallery-photos-load-wr .gallery_image:hover .glyphicon {display: block} .admin-gallery-photos-load-wr .glyphicon-trash:before { content: '' !important; - width: 21px; - height: 21px; + width: 50px; + height: 50px; cursor: pointer; - background: #fff url("/images/galeryclosebig.png") 50% 50% no-repeat; + background: url("/images/galeryclosebig2.png") 50% 50% no-repeat; display: block; + position: absolute; + top: 50%; + left: 50%; + margin-left: -25px; + margin-top: -25px; } .admin-gallery-photos-load-wr .glyphicon { position: absolute; @@ -5977,6 +5982,7 @@ a {color: #0072bc} height: 100%; background: #000; opacity: 0.6; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; cursor: pointer; display: none; } -- libgit2 0.21.4