Feature description
To ease status identification in the Space Contents view, have a distinctive text color and background color to contents having status different than Opened
How it works
Sample :
With the following CSS classes :
.contentItemDeprecated * {
color: #9e9e9e !important;
background-color: #f5f5f5;
font-style: italic;
}
.contentItemValidated * {
color: #27c164 !important;
background-color: #e6f8ed;
}
.contentItemCancelled * {
color: #e93147 !important;
background-color: #fdeaec;
font-style: italic;
}
Related PR
No response
Feature description
To ease status identification in the Space Contents view, have a distinctive text color and background color to contents having status different than Opened
How it works
Sample :
With the following CSS classes :
Related PR
No response