diff options
Diffstat (limited to 'ext/fg')
-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; } |