aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-12-31 18:23:44 -0500
committerJesús <heckyel@hyperbola.info>2020-12-31 18:23:44 -0500
commit3a83796f91614e60747c3120e5ec5de9341c7289 (patch)
tree30d81de547f0b54f5af106b10014fef8654ae154
parent48e7cdd9a4c32621d6b51e9d3232befe0ecd5e6e (diff)
downloadyt-local-3a83796f91614e60747c3120e5ec5de9341c7289.tar.lz
yt-local-3a83796f91614e60747c3120e5ec5de9341c7289.tar.xz
yt-local-3a83796f91614e60747c3120e5ec5de9341c7289.zip
General theme: remove unnecessary z-index property
-rw-r--r--youtube/static/channel.css1
-rw-r--r--youtube/static/local_playlist.css1
-rw-r--r--youtube/static/playlist.css1
-rw-r--r--youtube/static/search.css1
-rw-r--r--youtube/static/subscription.css1
-rw-r--r--youtube/static/watch.css1
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;