Issue #3184588 by ressa, SKAUGHT, rkoller, Mithun S: Make disabled status more obvious in a View

merge-requests/6877/head
nod_ 2024-03-04 01:37:40 +01:00
parent 0efb1513e3
commit 87b34b9d36
No known key found for this signature in database
GPG Key ID: 76624892606FA197
4 changed files with 26 additions and 3 deletions

View File

@ -568,7 +568,12 @@ td.group-title {
.views-edit-view {
margin-bottom: 15px;
}
.views-edit-view.disabled .views-displays {
background-color: #fff4f4;
}
.views-edit-view.disabled .views-display-column {
background: white;
}
/* The contents of the popup dialog on the views edit form. */
.views-filterable-options .form-type-checkbox {
padding: 5px 8px;

View File

@ -520,6 +520,14 @@ td.group-title {
margin-bottom: 0.9375rem;
}
.views-edit-view.disabled .views-displays {
background-color: var(--color-red-020);
}
.views-edit-view.disabled .views-display-column {
background: var(--color-white);
}
/* The contents of the popup dialog on the views edit form. */
.views-filterable-options .form-type-checkbox {

View File

@ -412,7 +412,12 @@ td.group-title {
.views-edit-view {
margin-bottom: 15px;
}
.views-edit-view.disabled .views-displays {
background-color: var(--color-red-020);
}
.views-edit-view.disabled .views-display-column {
background: var(--color-white);
}
/* The contents of the popup dialog on the views edit form. */
.views-filterable-options .form-type-checkbox {
padding: 5px 8px;

View File

@ -568,7 +568,12 @@ td.group-title {
.views-edit-view {
margin-bottom: 15px;
}
.views-edit-view.disabled .views-displays {
background-color: #fff4f4;
}
.views-edit-view.disabled .views-display-column {
background: white;
}
/* The contents of the popup dialog on the views edit form. */
.views-filterable-options .form-type-checkbox {
padding: 5px 8px;