diff options
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 */ |