diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-31 18:23:44 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-31 18:23:44 -0500 |
commit | 3a83796f91614e60747c3120e5ec5de9341c7289 (patch) | |
tree | 30d81de547f0b54f5af106b10014fef8654ae154 /youtube/static/playlist.css | |
parent | 48e7cdd9a4c32621d6b51e9d3232befe0ecd5e6e (diff) | |
download | yt-local-3a83796f91614e60747c3120e5ec5de9341c7289.tar.lz yt-local-3a83796f91614e60747c3120e5ec5de9341c7289.tar.xz yt-local-3a83796f91614e60747c3120e5ec5de9341c7289.zip |
General theme: remove unnecessary z-index property
Diffstat (limited to 'youtube/static/playlist.css')
-rw-r--r-- | youtube/static/playlist.css | 1 |
1 files changed, 0 insertions, 1 deletions
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; |