Fix the loading indicator appearing transparent over buttons(#3576)

Fixes #3571. Credit to @ayumihamsaki. Thanks to @petehalverson for his PR testing system, this is the first PR I'm merging after testing it with that system.
This commit is contained in:
Ayumi Hamasaki 2018-06-01 16:07:10 +01:00 committed by Luke Towers
parent ce3c923c6f
commit 5ee8ee0917
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@
}
}
.form-buttons .loading-indicator {
background: @body-bg;
}
.loading-indicator-container {
position: relative;
min-height: 40px;