mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 10:43:35 +00:00
safari fixes
This commit is contained in:
@@ -8,3 +8,15 @@ html.browser_firefox, html.browser_edge {
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
html.browser_safari {
|
||||
header {
|
||||
.search .fa {
|
||||
left: 25px;
|
||||
}
|
||||
|
||||
.left + .search .fa {
|
||||
left: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -90,6 +90,10 @@ p.lead {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: textfield;
|
||||
}
|
||||
|
||||
.sr-only {
|
||||
position: absolute !important;
|
||||
width: 1px !important;
|
||||
|
||||
Reference in New Issue
Block a user