diff --git a/resources/css/ext.uls.languagesettings.less b/resources/css/ext.uls.languagesettings.less
index 41a88e56..974316d8 100644
--- a/resources/css/ext.uls.languagesettings.less
+++ b/resources/css/ext.uls.languagesettings.less
@@ -142,11 +142,10 @@ label.checkbox input[type='checkbox'] {
}
.uls-icon-close {
- background: transparent url( ../images/close.png ) no-repeat scroll center center;
- background-image: -webkit-linear-gradient( transparent, transparent ), url( ../images/close.svg );
- /* @embed */
- background-image: linear-gradient( transparent, transparent ), url( ../images/close.svg );
+ background: transparent no-repeat center center;
+ .background-image-svg( '../images/close.svg', '../images/close.png' );
+ background-size: 16px 16px; // Support: Android Browser <= 4.3, doesn't accept it as part of `background` shorthand
float: right;
- padding: 15px;
+ padding: 16px;
cursor: pointer;
}
diff --git a/resources/images/close.png b/resources/images/close.png
index 84631c3d..80dde951 100644
Binary files a/resources/images/close.png and b/resources/images/close.png differ
diff --git a/resources/images/close.svg b/resources/images/close.svg
index b39a0ff7..7f755112 100644
--- a/resources/images/close.svg
+++ b/resources/images/close.svg
@@ -1 +1,5 @@
-
\ No newline at end of file
+
+