diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2024-04-24 22:38:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-24 22:38:32 -0400 |
| commit | 3b16235821afafc4bb29a94059037fe138ed0907 (patch) | |
| tree | 77c28adab1b0f05d9a6f54281e08022d897efe9d /print/resources/style.css | |
| parent | 129dfa019bcb80713add7cc00d2d582181e7b1a8 (diff) | |
move print PDF back to web browser (#2849)
* move print PDF back to web browser
* fix line wrapping for macOS
---------
Co-authored-by: Kaalleen <reni@allenka.de>
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 db5ba603..a3200744 100644 --- a/print/resources/style.css +++ b/print/resources/style.css @@ -125,7 +125,7 @@ body { color: white; } - .ui button.print, .ui button.save-pdf { + .ui button.print { border: 1px solid rgb(50,132,50); } |
