average stars voted

This commit is contained in:
2024-08-05 23:08:31 +02:00
parent dc1853d1a7
commit 371f820c56
3 changed files with 33 additions and 1 deletions
+20
View File
@@ -456,6 +456,26 @@ input[type="range"]#volume::-webkit-slider-thumb {
background-image: url(img/star-inactive.png) !important;
}
#average-stars {
width: 200px;
}
#average-stars .stars {
background-image: url(img/star-inactive.png);
background-repeat: repeat-x;
height: 32px;
width: 160px;
position: relative;
}
#average-stars .stars-overlay {
background-image: url(img/star.png);
background-repeat: repeat-x;
height: 32px;
width: 160px;
position: absolute;
}
.undo-wrapper {
display: flex;
flex-flow: row nowrap;