diff --git a/res/css/structures/_SearchBox.scss b/res/css/structures/_SearchBox.scss
index 35b0853321..4aeb590d4c 100644
--- a/res/css/structures/_SearchBox.scss
+++ b/res/css/structures/_SearchBox.scss
@@ -20,4 +20,6 @@ limitations under the License.
background-repeat: no-repeat;
width: 16px;
height: 16px;
+ background-position: center;
+ padding: 9px;
}
diff --git a/res/img/icons-close.svg b/res/img/icons-close.svg
index 453b51082f..e516140dd2 100644
--- a/res/img/icons-close.svg
+++ b/res/img/icons-close.svg
@@ -1,23 +1,96 @@
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/res/themes/dharma/css/_dharma.scss b/res/themes/dharma/css/_dharma.scss
index b877d2cffb..db64e0710e 100644
--- a/res/themes/dharma/css/_dharma.scss
+++ b/res/themes/dharma/css/_dharma.scss
@@ -211,10 +211,6 @@ $progressbar-color: #000;
color: inherit; //from .mx_textinput
}
-.mx_textinput > :not(input) {
- margin-right: 9px;
-}
-
input[type=text],
input[type=search] {
padding: 9px;