Commit 6f9635de65a47b35b56dbd872b53a3821a0b5ecd
1 parent
2d6738ad
tokar commit
Showing
1 changed file
with
9 additions
and
3 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -5963,11 +5963,16 @@ a {color: #0072bc} |
5963 | 5963 | .admin-gallery-photos-load-wr .gallery_image:hover .glyphicon {display: block} |
5964 | 5964 | .admin-gallery-photos-load-wr .glyphicon-trash:before { |
5965 | 5965 | content: '' !important; |
5966 | - width: 21px; | |
5967 | - height: 21px; | |
5966 | + width: 50px; | |
5967 | + height: 50px; | |
5968 | 5968 | cursor: pointer; |
5969 | - background: #fff url("/images/galeryclosebig.png") 50% 50% no-repeat; | |
5969 | + background: url("/images/galeryclosebig2.png") 50% 50% no-repeat; | |
5970 | 5970 | display: block; |
5971 | + position: absolute; | |
5972 | + top: 50%; | |
5973 | + left: 50%; | |
5974 | + margin-left: -25px; | |
5975 | + margin-top: -25px; | |
5971 | 5976 | } |
5972 | 5977 | .admin-gallery-photos-load-wr .glyphicon { |
5973 | 5978 | position: absolute; |
... | ... | @@ -5977,6 +5982,7 @@ a {color: #0072bc} |
5977 | 5982 | height: 100%; |
5978 | 5983 | background: #000; |
5979 | 5984 | opacity: 0.6; |
5985 | + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; | |
5980 | 5986 | cursor: pointer; |
5981 | 5987 | display: none; |
5982 | 5988 | } | ... | ... |