aboutsummaryrefslogtreecommitdiff
path: root/ext/mixed/css/display.css
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-09-23 12:42:02 -0700
committerAlex Yatskov <alex@foosoft.net>2017-09-23 12:42:02 -0700
commit327027d820759c62f50454822c11c0b8859c1d04 (patch)
tree3a13a25634b7eaf702634a3d6baeb8806c48ab02 /ext/mixed/css/display.css
parent2eb85cb835a4aece7839eba25c0030e9eb186f85 (diff)
parentd13cb09fae53834baaac254d7b55d02a26f4a5c0 (diff)
Merge branch 'dev'
Diffstat (limited to 'ext/mixed/css/display.css')
-rw-r--r--ext/mixed/css/display.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css
index 8b1819bd..cdc1be8c 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;
@@ -144,3 +148,15 @@ hr {
padding: 0.01em;
vertical-align: top;
}
+
+.glyph-data {
+ margin-top: 10px;
+}
+
+.info-output {
+ width: 100%;
+}
+
+.info-output td {
+ text-align: right;
+}