1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-10-26 11:27:40 +00:00

Feat: add setting to disable coverimages

This commit is contained in:
jcorporation
2018-10-29 19:41:04 +00:00
parent b195c5c93f
commit c218b50ac4
7 changed files with 66 additions and 34 deletions

View File

@@ -200,6 +200,12 @@ a.card-img-top {
background-image: url(/assets/coverimage-loading.png);
}
a.card-img-top-nc {
display: block;
height: 20px;
background-color:#ccc;
}
button.active {
color: #fff;
background-color: #28a745 !important;