Added the Porter Stemmer module to improve searches. This doesn't deal with some...
[yaffs-website] / node_modules / video.js / src / css / components / _slider.scss
1 .video-js .vjs-slider {
2   outline: 0;
3   position: relative;
4   cursor: pointer;
5   padding: 0;
6   margin: 0 0.45em 0 0.45em;
7
8   @include background-color-with-alpha($secondary-background-color, $secondary-background-transparency);
9 }
10
11 .video-js .vjs-slider:focus {
12   text-shadow: 0em 0em 1em rgba($primary-foreground-color, 1);
13
14   @include box-shadow(0 0 1em $primary-foreground-color);
15 }