Advertisement
wpmupredrag

Untitled

Feb 1st, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  2.     .video_player .vjs-fluid {
  3.         padding-top: 0!important;
  4.     }
  5. }
  6.  
  7. @supports (-ms-accelerator:true) {
  8.     .video_player .vjs-fluid {
  9.         padding-top: 0!important;
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement