Wrong colors when zero results

This commit is contained in:
Aune 2021-10-16 13:45:09 +02:00 committed by GitHub
parent 17e15fde28
commit 55a4e7afec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -282,7 +282,7 @@ function load_shows() {
} else {
text += "<div class='boks' style='height: auto !important; width: 100%; padding-bottom: 25em; padding-top: 25em; height:10em; background-color:#B9A3D2;'>";
text += "<div class='boks' style='height: auto !important; width: 100%; padding-bottom: 25em; padding-top: 25em; height:10em; background-color:#BBD2A3;'>";
text += "<div class='boks3'>";
text += "<div class='boks2'>";
@ -982,4 +982,4 @@ function seconds_to_seconds(seconds) {
}
return second_string;
}
}