SAAS-178: Demo instance should prevent changing of admin password
- Error msg is returned when try to update admin account
This commit is contained in:
parent
438340ff9a
commit
2027db3609
2 changed files with 15 additions and 1 deletions
|
@ -1338,6 +1338,15 @@ div.success{
|
|||
border:1px solid #488214;
|
||||
}
|
||||
|
||||
div.errors{
|
||||
color:#902d2d;
|
||||
font-size:11px;
|
||||
padding:2px 4px;
|
||||
background:#c6b4b4;
|
||||
margin-bottom:2px;
|
||||
border:1px solid #c83f3f;
|
||||
}
|
||||
|
||||
.collapsible-header, .collapsible-header-disabled {
|
||||
border: 1px solid #8f8f8f;
|
||||
background-color: #cccccc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue