Blame view

node_modules/video.js/src/css/components/_slider.scss 458 Bytes
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  .video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 0.45em 0 0.45em;
  
    @include user-select(none);
  
    @include background-color-with-alpha($secondary-background-color, $secondary-background-transparency);
   }
  
  .video-js .vjs-slider.disabled {
    cursor: default;
  }
  
  .video-js .vjs-slider:focus {
    text-shadow: 0em 0em 1em rgba($primary-foreground-color, 1);
  
    @include box-shadow(0 0 1em $primary-foreground-color);
  }