diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-06-20 20:54:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-20 20:54:30 -0400 |
| commit | 7139997da7ec14821c8e981223e2ec50f282b588 (patch) | |
| tree | 1312364037383af906b94210e0eecb06c3207809 /print/resources/style.css | |
| parent | c8fe52f136c77906741fdab7093942eeb363a209 (diff) | |
| parent | e1f6ecce63617b0f8931e8a5728bc0ff6bc5e93c (diff) | |
v1.10.1: fix a few little print bugs
* correctly hide the "choose file" button (#209)
* make the "close" button work even if the connection to ink/stitch is lost
* clean up some leftover commented-out code
Diffstat (limited to 'print/resources/style.css')
| -rw-r--r-- | print/resources/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/resources/style.css b/print/resources/style.css index 716934a8..81b2ea7e 100644 --- a/print/resources/style.css +++ b/print/resources/style.css @@ -304,7 +304,7 @@ body { #logo-picker { width: 0px; height: 0px; - opacity: 0%; + opacity: 0; } .logo-instructions { |
