Only allow debug and uninstall views on app error
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user