safari.css 374 B

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