diff --git a/src/popup/scss/environment.scss b/src/popup/scss/environment.scss index 312cd5541f..aead2bf929 100644 --- a/src/popup/scss/environment.scss +++ b/src/popup/scss/environment.scss @@ -8,3 +8,15 @@ html.browser_firefox, html.browser_edge { } } */ + +html.browser_safari { + header { + .search .fa { + left: 25px; + } + + .left + .search .fa { + left: 15px; + } + } +} diff --git a/src/popup/scss/misc.scss b/src/popup/scss/misc.scss index 22b4529341..260148a6ea 100644 --- a/src/popup/scss/misc.scss +++ b/src/popup/scss/misc.scss @@ -90,6 +90,10 @@ p.lead { border-radius: 6px; } +input[type="search"] { + -webkit-appearance: textfield; +} + .sr-only { position: absolute !important; width: 1px !important; diff --git a/src/popup/vault/current-tab.component.html b/src/popup/vault/current-tab.component.html index 2188d4535e..490007ed55 100644 --- a/src/popup/vault/current-tab.component.html +++ b/src/popup/vault/current-tab.component.html @@ -1,5 +1,5 @@
-
+