mirror of
https://github.com/searxng/searxng.git
synced 2026-08-08 00:01:24 +00:00
13
searx/static/themes/oscar/src/less/safari.css
Normal file
13
searx/static/themes/oscar/src/less/safari.css
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user