Provide feeback to user on broken UI components.
This commit is contained in:
parent
050c2b7672
commit
c0158a7a6c
6 changed files with 55 additions and 5 deletions
|
|
@ -387,4 +387,16 @@ html {
|
|||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.ui-element-error-icon {
|
||||
vertical-align: middle;
|
||||
padding-right: 10px;
|
||||
color: #a00;
|
||||
}
|
||||
|
||||
.ui-element-broken {
|
||||
border-color: #a00 !important;
|
||||
color: #a00 !important;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue