Issue #3184588 by ressa, SKAUGHT, rkoller, Mithun S: Make disabled status more obvious in a View
parent
0efb1513e3
commit
87b34b9d36
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue