diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-03 22:17:53 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-03 22:17:53 -0800 |
commit | 8049c6083ef6e709e92ea5f230cd8a764931b875 (patch) | |
tree | 695942474653b64f4caaf67071394f48946101e2 /ext/fg/css/frame.css | |
parent | 6005b10f87318d102ac45800940390a3d9fbe1c9 (diff) |
don't show add buttons till we know card state for #25
Diffstat (limited to 'ext/fg/css/frame.css')
-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 67caf152..dc04184d 100644 --- a/ext/fg/css/frame.css +++ b/ext/fg/css/frame.css @@ -86,6 +86,10 @@ body { opacity: 0.25; } +.action-bar .pending { + visibility: hidden; +} + /* term styles */ .term-expression { |