summaryrefslogtreecommitdiff
path: root/ext/fg
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-01-07 21:11:52 -0800
committerAlex Yatskov <alex@foosoft.net>2017-01-07 21:11:52 -0800
commita5efe5032247162e2a88554d39110ae1270544a8 (patch)
tree2bec8db0fea3111d377bb077a083ecef49ce5c28 /ext/fg
parentf7d7b1bd84a460c4bc602576495ec4c0fe357acb (diff)
add dictionary tags
Diffstat (limited to 'ext/fg')
-rw-r--r--ext/fg/css/frame.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/fg/css/frame.css b/ext/fg/css/frame.css
index 6b608a63..f270fa54 100644
--- a/ext/fg/css/frame.css
+++ b/ext/fg/css/frame.css
@@ -75,6 +75,10 @@ body {
background-color: #d9534f;
}
+.tag-dictionary {
+ background-color: #aa66cc;
+}
+
.action-bar {
float: right;
}