diff options
Diffstat (limited to 'youtube/static')
-rw-r--r-- | youtube/static/channel.css | 1 | ||||
-rw-r--r-- | youtube/static/local_playlist.css | 1 | ||||
-rw-r--r-- | youtube/static/playlist.css | 1 | ||||
-rw-r--r-- | youtube/static/search.css | 1 | ||||
-rw-r--r-- | youtube/static/subscription.css | 1 | ||||
-rw-r--r-- | youtube/static/watch.css | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/youtube/static/channel.css b/youtube/static/channel.css index aefd769..6060b06 100644 --- a/youtube/static/channel.css +++ b/youtube/static/channel.css @@ -324,7 +324,6 @@ hr { } .length { - z-index: 100; position: absolute; background-color: rgba(35, 35, 35, 0.75); color: #fff; diff --git a/youtube/static/local_playlist.css b/youtube/static/local_playlist.css index 1f6a654..da3cc57 100644 --- a/youtube/static/local_playlist.css +++ b/youtube/static/local_playlist.css @@ -294,7 +294,6 @@ hr { } .length { - z-index: 100; position: absolute; background-color: rgba(35, 35, 35, 0.75); color: #fff; diff --git a/youtube/static/playlist.css b/youtube/static/playlist.css index 6eb6589..bf2a161 100644 --- a/youtube/static/playlist.css +++ b/youtube/static/playlist.css @@ -304,7 +304,6 @@ hr { } .length { - z-index: 100; position: absolute; background-color: rgba(35, 35, 35, 0.75); color: #fff; diff --git a/youtube/static/search.css b/youtube/static/search.css index c2e2acc..a66e063 100644 --- a/youtube/static/search.css +++ b/youtube/static/search.css @@ -260,7 +260,6 @@ hr { } .length { - z-index: 100; position: absolute; background-color: rgba(35, 35, 35, 0.75); color: #fff; diff --git a/youtube/static/subscription.css b/youtube/static/subscription.css index fe40ec1..7275c1c 100644 --- a/youtube/static/subscription.css +++ b/youtube/static/subscription.css @@ -298,7 +298,6 @@ hr { } .length { - z-index: 100; position: absolute; background-color: rgba(35, 35, 35, 0.75); color: #fff; diff --git a/youtube/static/watch.css b/youtube/static/watch.css index 3f1b7cf..6d107a9 100644 --- a/youtube/static/watch.css +++ b/youtube/static/watch.css @@ -431,7 +431,6 @@ label[for=options-toggle-cbox] { } .length { - z-index: 100; position: absolute; background-color: rgba(35, 35, 35, 0.75); color: #fff; |