resources: add .played style distinction for Adwaita

Makes played episodes stand out more.

Fixes https://gitlab.gnome.org/World/podcasts/issues/106
This commit is contained in:
Christopher Davis 2019-04-25 22:58:43 -04:00
parent 5595eef623
commit 2348d5b98b

View File

@ -1,4 +1,3 @@
.played { .played {
/* Needed to reset the styling */ background: @theme_bg_color;
background: none;
} }