From 92e8104acb65ae80b713e841c7b82bd717b301eb Mon Sep 17 00:00:00 2001 From: gilbN Date: Thu, 20 Jun 2019 21:32:14 +0200 Subject: [PATCH] fixed pause icon color on now playing tiles --- CSS/themes/organizr/organizr-base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/themes/organizr/organizr-base.css b/CSS/themes/organizr/organizr-base.css index 22f85a7b..2ef44643 100644 --- a/CSS/themes/organizr/organizr-base.css +++ b/CSS/themes/organizr/organizr-base.css @@ -380,7 +380,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); } - .icon-control-play, .icon-screen-desktop { + .icon-control-play, .icon-screen-desktop, .icon-control-pause { color: white !important; } .label-info {