diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-17 17:23:53 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-17 17:23:53 -0700 |
commit | be43981e259bc833a92b3289246c9c75189b1c45 (patch) | |
tree | 5c49719354af62bc30625976596534b3d7d6e738 /ext/fg | |
parent | 3a6d239c24abe522c0f8e2c8dcf222baed53eef3 (diff) |
Adding dictionary switcher stubs
Diffstat (limited to 'ext/fg')
-rw-r--r-- | ext/fg/css/popup.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ext/fg/css/popup.css b/ext/fg/css/popup.css index 76c2589a..668ad867 100644 --- a/ext/fg/css/popup.css +++ b/ext/fg/css/popup.css @@ -50,6 +50,26 @@ body { white-space: nowrap; } +.dictionary { + position: fixed; + right: 0px; + bottom: 0px; +} + +.dictionary a { + background-color: #333; + color: #eee; + display: inline-block; + font-size: 16px; + opacity: 0.75; + padding: 0.3em; + text-decoration: none; +} + +.dictionary a:hover { + opacity: 1.0; +} + ol { padding-left: 1.2em; } |