@DisableCreate

This commit is contained in:
Francesco
2023-10-06 14:52:29 +02:00
parent 7b2eb02cd4
commit a05ce27d24
5 changed files with 29 additions and 5 deletions

View File

@@ -27,9 +27,16 @@ a {
.disable {
pointer-events: none;
}
input.disable {
background: #EDECEF;
}
a.disable .bi {
color: #9298A0 !important;
}
.btn-secondary.disable {
background-color: #A8ADB3;
border: 1px solid #A8ADB3;