Only allow debug and uninstall views on app error

This commit is contained in:
Johannes Zellner
2019-09-22 12:10:44 +02:00
parent 25f9e7829f
commit a27e94f694
3 changed files with 20 additions and 8 deletions

View File

@@ -534,6 +534,13 @@ multiselect {
color: $navbar-default-link-color;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
&.disabled {
color: gray;
background-color: transparent !important;
box-shadow: none !important;
cursor: not-allowed;
}
}
}