From 6523b77ca13ebbc02cc9a4586a83a9d0ec29807d Mon Sep 17 00:00:00 2001 From: siikamiika Date: Thu, 12 Oct 2017 08:23:28 +0300 Subject: pos tag color --- ext/mixed/css/display.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 3c0539bd..65cfd7ac 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -92,6 +92,10 @@ hr { background-color: #5cb85c; } +.tag-pos { + background-color: #565656; +} + .actions .disabled { pointer-events: none; cursor: default; -- cgit v1.2.3