mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-08-14 23:51:12 +00:00
Visual indicator of enabled/disabled operations in the Schema page
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user