mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
add missing css class to lightsout theme
This commit is contained in:
parent
77d8044f52
commit
1c7f57467f
@ -421,6 +421,12 @@ pre {
|
|||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.loading-spinner {
|
||||||
|
background: url("../../app/img/loading-spinner.gif") no-repeat scroll center center transparent;
|
||||||
|
min-height: 150px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.toggle-off.btn {
|
.toggle-off.btn {
|
||||||
padding-left: 1.2rem;
|
padding-left: 1.2rem;
|
||||||
font-size: 0.9rem!important;
|
font-size: 0.9rem!important;
|
||||||
|
Loading…
Reference in New Issue
Block a user