Some more polish both flatly and darkly themes

This commit is contained in:
emeric
2020-04-13 14:46:46 +02:00
parent fa14586b64
commit 036cef4510
11 changed files with 190 additions and 66 deletions
+4 -1
View File
@@ -114,7 +114,10 @@ Release::refresh()
}
}
t->bindNew<Wt::WImage>("cover", Wt::WLink(LmsApp->getImageResource()->getReleaseUrl(release.id(), 512)));
{
Wt::WImage* cover {t->bindNew<Wt::WImage>("cover", Wt::WLink(LmsApp->getImageResource()->getReleaseUrl(release.id(), 512)))};
cover->setStyleClass("Lms-cover-large");
}
Wt::WContainerWidget* clusterContainers {t->bindNew<Wt::WContainerWidget>("clusters")};
{