diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2017-10-12 08:23:28 +0300 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2017-10-12 08:23:28 +0300 |
commit | 6523b77ca13ebbc02cc9a4586a83a9d0ec29807d (patch) | |
tree | 1456edcfc6ae9f3f4fd38eeb9ac77f4ff90beda5 | |
parent | 4e57fa1ad1cd85e18b2ae2c1d43480832533f9a7 (diff) |
pos tag color
-rw-r--r-- | ext/mixed/css/display.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |