[fix] Oscar theme: fix input field on Safari

close #323
This commit is contained in:
Alexandre Flament
2021-09-17 17:28:58 +02:00
parent d95c46d646
commit 2cc6301c98
4 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
/* Safari 9+
Conditional/Hack CSS from https://browserstrangeness.github.io/css_hacks.html
*/
@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
.twitter-typeahead .tt-input:focus {
z-index: 2;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
margin-left: inherit !important;
}
}