diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-09-15 13:32:49 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-09-15 13:32:49 -0700 |
commit | 7f55f1c8d2b82abda1cbdc353f28ae9136a361f3 (patch) | |
tree | a2046d2804015ee71cc9cc2b56d62e59c9e6f78b /ext/mixed | |
parent | 39e38d56657b9b11f49af96d84c819e6b6fcec8d (diff) |
display term frequencies
Diffstat (limited to 'ext/mixed')
-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 8b1819bd..6c7148dc 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -84,6 +84,10 @@ hr { background-color: #aa66cc; } +.tag-frequency { + background-color: #5cb85c; +} + .actions .disabled { pointer-events: none; cursor: default; |