fixed pause icon color on now playing tiles

This commit is contained in:
gilbN 2019-06-20 21:32:14 +02:00
parent 7bcc87d45c
commit 92e8104acb

View File

@ -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); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
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; color: white !important;
} }
.label-info { .label-info {