Watch page: Background color on video when scrubbing bar larger than video
This commit is contained in:
parent
1b6fb4e100
commit
652cef15ec
@ -2,6 +2,7 @@ body{
|
|||||||
--interface-color: #333333;
|
--interface-color: #333333;
|
||||||
--text-color: #cccccc;
|
--text-color: #cccccc;
|
||||||
--background-color: #000000;
|
--background-color: #000000;
|
||||||
|
--video-background-color: #080808;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
|
@ -2,6 +2,7 @@ body{
|
|||||||
--interface-color: #dadada;
|
--interface-color: #dadada;
|
||||||
--text-color: #222222;
|
--text-color: #222222;
|
||||||
--background-color: #bcbcbc;
|
--background-color: #bcbcbc;
|
||||||
|
--video-background-color: #dadada;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment .permalink{
|
.comment .permalink{
|
||||||
|
@ -2,6 +2,7 @@ body{
|
|||||||
--interface-color: #ffffff;
|
--interface-color: #ffffff;
|
||||||
--text-color: #222222;
|
--text-color: #222222;
|
||||||
--background-color: #f8f8f8;
|
--background-color: #f8f8f8;
|
||||||
|
--video-background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment .permalink{
|
.comment .permalink{
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
width: {{ theater_video_target_width }}px;
|
width: {{ theater_video_target_width }}px;
|
||||||
max-height: {{ video_height }}px;
|
max-height: {{ video_height }}px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
background-color: var(--background-color);
|
background-color: var(--video-background-color);
|
||||||
}
|
}
|
||||||
.related-videos-outer{
|
.related-videos-outer{
|
||||||
grid-row: 2 /span 3;
|
grid-row: 2 /span 3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user