Visual indicator of enabled/disabled operations in the Schema page

This commit is contained in:
Francesco
2023-10-06 14:31:55 +02:00
parent 99792fa7a8
commit 7b2eb02cd4
2 changed files with 36 additions and 5 deletions

View File

@@ -39,6 +39,17 @@ form.delete-form button.disable .bi {
color: #9298A0 !important;
}
.badge.bg-enabled {
background-color: green;
color: white;
}
.badge.bg-disabled {
background-color: #999;
color: white;
}
.null-label {
background-color: #EEE;
border-radius: 5px;
@@ -162,7 +173,7 @@ td.table-checkbox, th.table-checkbox {
.noselect {
cursor: pointer; -webkit-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
@@ -215,6 +226,10 @@ ul.categorical-select button {
width: 50%;
}
.operations-badges {
font-size: 1.2rem;
}
/**
* Images