Browse Source

fixed pause icon color on now playing tiles

pull/11/head
gilbN 6 years ago
parent
commit
92e8104acb
  1. 2
      CSS/themes/organizr/organizr-base.css

2
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); -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 {

Loading…
Cancel
Save