@@ -91,6 +91,13 @@ a:active {
91
91
line-height : 1 ;
92
92
}
93
93
94
+ .btn .fa {
95
+ margin-right : 8px ;
96
+ font-size : 10px ;
97
+ top : -1px ;
98
+ position : relative;
99
+ }
100
+
94
101
.btn-round {
95
102
border-radius : 50px ;
96
103
}
@@ -119,12 +126,10 @@ a:active {
119
126
120
127
.btn-primary : hover {
121
128
background-color : var (--c-primary-active );
122
- transform : scale (1.05 );
123
129
}
124
130
125
131
.btn-primary : active {
126
132
background-color : var (--c-primary-active-focus );
127
- transform : scale (1 );
128
133
}
129
134
130
135
.btn-primary-inverse {
@@ -141,6 +146,20 @@ a:active {
141
146
color : var (--c-white );
142
147
}
143
148
149
+ .btn-outline {
150
+ border : 1px solid var (--c-white );
151
+ opacity : 0.6 ;
152
+ }
153
+
154
+ .btn-outline : hover {
155
+ opacity : 1 ;
156
+ }
157
+
158
+ .btn-outline : active {
159
+ background-color : var (--c-white );
160
+ color : var (--c-black );
161
+ }
162
+
144
163
: root {
145
164
--menu-diff : 175px ;
146
165
}
@@ -1422,6 +1441,7 @@ iframe {
1422
1441
1423
1442
.video-item-details {
1424
1443
display : flex;
1444
+ color : rgba (255 , 255 , 255 , 0.45 );
1425
1445
}
1426
1446
1427
1447
.video-item-details p {
@@ -1492,6 +1512,11 @@ iframe {
1492
1512
height : calc (100% - 39px );
1493
1513
width : 100% ;
1494
1514
overflow : auto;
1515
+ background-color : var (--c-dark-gray );
1516
+ }
1517
+
1518
+ # playlist-video-list .playlist-video-content .video-item : not (.active ) {
1519
+ background-color : transparent;
1495
1520
}
1496
1521
1497
1522
# playlist-video-list .playlist-video-content ::-webkit-scrollbar-track {
@@ -1520,26 +1545,65 @@ iframe {
1520
1545
position : relative;
1521
1546
}
1522
1547
1548
+ .video-list-featured .copy-link {
1549
+ padding-left : 0 ;
1550
+ padding-right : 0 ;
1551
+ transform : scale (1 );
1552
+ opacity : 0.6 ;
1553
+ }
1554
+
1555
+ .video-list-featured .copy-link : hover {
1556
+ opacity : 1 ;
1557
+ }
1558
+
1559
+ .video-list-featured .copy-link : active {
1560
+ transform : scale (0.9 );
1561
+ }
1562
+
1523
1563
.video-list-featured .video-item {
1524
1564
position : absolute;
1525
- bottom : 15px ;
1565
+ display : block;
1566
+ bottom : 20px ;
1526
1567
left : 0 ;
1527
1568
width : auto;
1528
1569
padding : 10px 15px ;
1529
1570
max-width : 90% ;
1530
- background-color : rgba (0 , 0 , 0 , 0.6 );
1531
1571
color : var (--c-white );
1572
+ background-color : inherit;
1532
1573
border : none;
1533
1574
}
1534
1575
1535
1576
.video-list-featured .video-item-info {
1536
- background-color : transparent ;
1577
+ background-color : inherit ;
1537
1578
}
1538
1579
1539
1580
.video-list-featured .video-item-info > div {
1540
1581
display : inline-block;
1541
1582
}
1542
1583
1584
+ .video-list-featured .video-item-settings {
1585
+ opacity : 1 ;
1586
+ visibility : visible;
1587
+ background-color : transparent;
1588
+ position : relative;
1589
+ top : auto;
1590
+ left : auto;
1591
+ height : auto;
1592
+ width : auto;
1593
+ margin-top : 15px ;
1594
+ }
1595
+
1596
+ .video-list-featured : before {
1597
+ content : '' ;
1598
+ display : block;
1599
+ position : absolute;
1600
+ background-color : rgba (0 , 0 , 0 , 0.5 );
1601
+ top : 0 ;
1602
+ left : 0 ;
1603
+ width : 100% ;
1604
+ height : 100% ;
1605
+ }
1606
+
1543
1607
# feed-video-list {
1544
1608
top : inherit;
1545
1609
bottom : 0 ;
0 commit comments