diff options
-rw-r--r-- | client/src/app/shared/video/video-thumbnail.component.scss | 1 | ||||
-rw-r--r-- | client/src/sass/include/_miniature.scss | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/shared/video/video-thumbnail.component.scss b/client/src/app/shared/video/video-thumbnail.component.scss index 469b659e9..e48629778 100644 --- a/client/src/app/shared/video/video-thumbnail.component.scss +++ b/client/src/app/shared/video/video-thumbnail.component.scss | |||
@@ -28,5 +28,6 @@ | |||
28 | border-radius: 3px; | 28 | border-radius: 3px; |
29 | font-size: 12px; | 29 | font-size: 12px; |
30 | font-weight: $font-bold; | 30 | font-weight: $font-bold; |
31 | z-index: 1; | ||
31 | } | 32 | } |
32 | } | 33 | } |
diff --git a/client/src/sass/include/_miniature.scss b/client/src/sass/include/_miniature.scss index 4a1780b3f..b0e07d61a 100644 --- a/client/src/sass/include/_miniature.scss +++ b/client/src/sass/include/_miniature.scss | |||
@@ -45,7 +45,7 @@ $play-overlay-width: 18px; | |||
45 | width: inherit; | 45 | width: inherit; |
46 | height: inherit; | 46 | height: inherit; |
47 | opacity: 0; | 47 | opacity: 0; |
48 | background-color: rgba(0, 0, 0, 0.7); | 48 | background-color: rgba(0, 0, 0, 0.3); |
49 | 49 | ||
50 | &, .icon { | 50 | &, .icon { |
51 | transition: all $play-overlay-transition; | 51 | transition: all $play-overlay-transition; |