diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-07 18:07:15 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-07 18:07:15 -0800 |
commit | dc4162eeed14d958c65d63b2568fce58890e14e3 (patch) | |
tree | 261d7c0e7a54213334b4a06f1e7dbfe3876ac9f8 /ext/fg/css/frame.css | |
parent | 519f48c7ff2dbf0c483cc864afe00dab3a992c9e (diff) |
WIP
Diffstat (limited to 'ext/fg/css/frame.css')
-rw-r--r-- | ext/fg/css/frame.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/fg/css/frame.css b/ext/fg/css/frame.css index 88581f2a..6b608a63 100644 --- a/ext/fg/css/frame.css +++ b/ext/fg/css/frame.css @@ -100,10 +100,10 @@ body { } .spinner { - bottom: 5px; - position: fixed; - right: 5px; - visibility: hidden; + bottom: 5px; + display: none; + position: fixed; + right: 5px; } /* term styles */ |