1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 10:43:35 +00:00

safari fixes

This commit is contained in:
Kyle Spearrin
2018-04-14 12:52:46 -04:00
parent 4993d4b00d
commit e871d4749b
5 changed files with 24 additions and 7 deletions

View File

@@ -8,3 +8,15 @@ html.browser_firefox, html.browser_edge {
}
}
*/
html.browser_safari {
header {
.search .fa {
left: 25px;
}
.left + .search .fa {
left: 15px;
}
}
}

View File

@@ -90,6 +90,10 @@ p.lead {
border-radius: 6px;
}
input[type="search"] {
-webkit-appearance: textfield;
}
.sr-only {
position: absolute !important;
width: 1px !important;