Setting crypto params from admin panel pt II

This commit is contained in:
Marcin Łojewski
2018-12-24 14:47:55 +01:00
parent 436c1d930d
commit 5045c7d931
3 changed files with 19 additions and 10 deletions

View File

@@ -55,4 +55,11 @@
#user_sql .msg.waiting {
background-color: #ff8f00;
color: #fff;
}
}
#user_sql .loading {
display: inline-block;
height: 32px;
margin: 5px 0;
width: 32px;
}