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:
parent
ce3c923c6f
commit
5ee8ee0917
|
|
@ -32,6 +32,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.form-buttons .loading-indicator {
|
||||
background: @body-bg;
|
||||
}
|
||||
|
||||
.loading-indicator-container {
|
||||
position: relative;
|
||||
min-height: 40px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue