diff options
Diffstat (limited to 'web/style/props.css')
-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); } |