Provide feeback to user on broken UI components.

This commit is contained in:
Julian Stirling 2026-05-15 14:30:14 +01:00
parent 050c2b7672
commit c0158a7a6c
6 changed files with 55 additions and 5 deletions

View file

@ -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>