Elastic: Add @color-list-unread-status var

pull/6528/head
Aleksander Machniak 6 years ago
parent 3116c81ec6
commit 3aac86eca7

@ -91,7 +91,7 @@
@color-list-pagenav: @color-black-shade-text;
@color-list-icon: fadeout(@color-list-secondary, 25%);
@color-list-unread-status: @color-warning;
// Drag-n-drop layer
@color-drag-layer: #fff;

@ -654,7 +654,7 @@ table.fixedcopy {
&.unread:before {
content: @fa-var-circle;
color: @color-warning;
color: @color-list-unread-status;
font-size: .5rem;
}

Loading…
Cancel
Save