diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-07 21:11:52 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-07 21:11:52 -0800 |
commit | a5efe5032247162e2a88554d39110ae1270544a8 (patch) | |
tree | 2bec8db0fea3111d377bb077a083ecef49ce5c28 /ext/fg/css | |
parent | f7d7b1bd84a460c4bc602576495ec4c0fe357acb (diff) |
add dictionary tags
Diffstat (limited to 'ext/fg/css')
-rw-r--r-- | ext/fg/css/frame.css | 4 |
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; } |