diff options
| author | Lex Neva <github.com@lexneva.name> | 2019-04-18 10:15:13 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2019-04-18 10:15:13 -0400 |
| commit | 09c46e0fb499987899a2e67819099eba2c121487 (patch) | |
| tree | db2144e828951536d3ea76b57afaa981ea679fd6 /print/resources/style.css | |
| parent | bf43633560252c4b11c00cb028676d9a7b1968b8 (diff) | |
add 'save pdf' button and print opens PDF
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 9ffff07d..3e96e2ba 100644 --- a/print/resources/style.css +++ b/print/resources/style.css @@ -123,7 +123,7 @@ body { color: white; } - .ui button.print { + .ui button.print, .ui button.save-pdf { border: 1px solid rgb(50,132,50); } |
