Fixed setting pages issue.

This commit is contained in:
Cüneyt Şentürk
2020-02-07 15:43:31 +03:00
parent d28d6d6580
commit 8311102c9f
6 changed files with 10 additions and 5 deletions

View File

@ -359,6 +359,11 @@ button:focus
display : flex !important;
}
.form-group.d-none.show
{
display : unset !important;
}
.btn .d-none.show
{
display : inherit !important;