css: factor out colors from main css (#4158).
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
div#c-user-feedbacks, div#c-moderator-dashboards div#col2 {
|
||||
.feedback-category-positive {
|
||||
background: #DDFFDD !important;
|
||||
background: var(--user-feedback-positive-background-color);
|
||||
}
|
||||
|
||||
.feedback-category-negative {
|
||||
background: #FFDDDD !important;
|
||||
background: var(--user-feedback-negative-background-color);
|
||||
}
|
||||
|
||||
.feedback-category-neutral {
|
||||
background: #FFFFFF !important;
|
||||
background: var(--user-feedback-neutral-background-color);
|
||||
}
|
||||
|
||||
#negative-policy {
|
||||
|
||||
Reference in New Issue
Block a user