diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/video-js-custom.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss index 351ef21cd..8ff963573 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss | |||
@@ -42,6 +42,14 @@ $control-bar-height: 34px; | |||
42 | border: 0; | 42 | border: 0; |
43 | padding: 0 | 43 | padding: 0 |
44 | } | 44 | } |
45 | |||
46 | .vjs-icon-placeholder::before { | ||
47 | transition: text-shadow 0.3s; | ||
48 | } | ||
49 | |||
50 | &:hover .vjs-icon-placeholder::before { | ||
51 | text-shadow: 0 0 2px rgba(255, 255, 255, 0.8); | ||
52 | } | ||
45 | } | 53 | } |
46 | 54 | ||
47 | &.vjs-has-started .vjs-big-play-button { | 55 | &.vjs-has-started .vjs-big-play-button { |