Advertisement
wpmupredrag

Untitled

Feb 7th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. /* IE */
  2. @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  3.     .video_player .vjs-fluid {
  4.         padding-top: 0!important;
  5.     }
  6. }
  7.  
  8. /* Edge */
  9. @supports (-ms-ime-align:auto) {
  10.     .video_player .vjs-fluid {
  11.         padding-top: 0!important;
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement