diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-25 21:06:47 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-25 21:06:47 +0100 |
commit | 2ff2d07b5ed265d0f4ce095002484fe771e51dae (patch) | |
tree | c1ec7370f0df772a5fafd2bf33b7481036c06f65 /web/style | |
parent | e2c62c34b4c2983b8ceef034347bc62b28a88122 (diff) | |
download | jellything-2ff2d07b5ed265d0f4ce095002484fe771e51dae.tar jellything-2ff2d07b5ed265d0f4ce095002484fe771e51dae.tar.bz2 jellything-2ff2d07b5ed265d0f4ce095002484fe771e51dae.tar.zst |
watchlist and some small fixes
Diffstat (limited to 'web/style')
-rw-r--r-- | web/style/props.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/style/props.css b/web/style/props.css index 415503a..6afc19d 100644 --- a/web/style/props.css +++ b/web/style/props.css @@ -31,6 +31,12 @@ .props p.progress::before { content: "pending"; } +.props p.pending { + background: rgba(156, 35, 69, 0.63); +} +.props p.pending::before { + content: "playlist_add_check"; +} .props p.rating { background: rgba(138, 156, 35, 0.63); } |