diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-06-19 20:14:33 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-06-19 20:14:33 -0400 |
| commit | c59f94818fda473c811508825a11c6db8298998a (patch) | |
| tree | b85882cb6aa6a34e3999b54b5d87e5e87a37c71a /print/resources/style.css | |
| parent | c8fe52f136c77906741fdab7093942eeb363a209 (diff) | |
fix icon picker button opacity
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 { |
