diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-04 19:44:50 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-04 19:44:50 -0800 |
commit | 8615d5f497ab595b72e1e1d666c4a373eb5a5940 (patch) | |
tree | f1fd4b1e308bcf7673e1bac00044222d0d1a9357 /ext/fg/css/frame.css | |
parent | 8049c6083ef6e709e92ea5f230cd8a764931b875 (diff) |
show spinner when adding notes (resolves #25)
Diffstat (limited to 'ext/fg/css/frame.css')
-rw-r--r-- | ext/fg/css/frame.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/fg/css/frame.css b/ext/fg/css/frame.css index dc04184d..01b8776c 100644 --- a/ext/fg/css/frame.css +++ b/ext/fg/css/frame.css @@ -90,6 +90,13 @@ body { visibility: hidden; } +.spinner { + bottom: 5px; + position: fixed; + right: 5px; + visibility: hidden; +} + /* term styles */ .term-expression { |