summaryrefslogtreecommitdiff
path: root/print/resources/style.css
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2019-04-18 10:15:13 -0400
committerLex Neva <github.com@lexneva.name>2019-04-18 10:15:13 -0400
commit09c46e0fb499987899a2e67819099eba2c121487 (patch)
treedb2144e828951536d3ea76b57afaa981ea679fd6 /print/resources/style.css
parentbf43633560252c4b11c00cb028676d9a7b1968b8 (diff)
add 'save pdf' button and print opens PDF
Diffstat (limited to 'print/resources/style.css')
-rw-r--r--print/resources/style.css2
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);
}