Fixed missing background of error message

This commit is contained in:
Tobias Reich 2014-07-26 15:58:49 +02:00
parent a778517795
commit a60e327245
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@
z-index: 2;
}
#loading.error {
background-color: #2f0d0e;
background-image: linear-gradient(to right, #451317 0%, #451317 47%, #AA3039 53%, #AA3039 100%);
z-index: 1;
}

File diff suppressed because one or more lines are too long