mirror of
https://github.com/aunefyren/wrapperr
synced 2024-11-10 13:44:12 +00:00
Wrong colors when zero results
This commit is contained in:
parent
17e15fde28
commit
55a4e7afec
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue