From 3a83796f91614e60747c3120e5ec5de9341c7289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 31 Dec 2020 18:23:44 -0500 Subject: General theme: remove unnecessary z-index property --- youtube/static/channel.css | 1 - youtube/static/local_playlist.css | 1 - youtube/static/playlist.css | 1 - youtube/static/search.css | 1 - youtube/static/subscription.css | 1 - youtube/static/watch.css | 1 - 6 files changed, 6 deletions(-) (limited to 'youtube/static') 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; -- cgit v1.2.3