Browse Source

fixed movie icon on now streaming tiles

pull/12/head
gilbN 5 years ago
parent
commit
b834a7b696
  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);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.icon-control-play, .icon-screen-desktop, .icon-control-pause {
.icon-film, .icon-control-play, .icon-screen-desktop, .icon-control-pause {
color: white !important;
}
.label-info {

Loading…
Cancel
Save