diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-04-16 21:03:46 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-04-16 21:03:46 -0400 |
| commit | 5d0c7134031815595d90a16d2edf39c5e757411d (patch) | |
| tree | 45e2987125d0eca71e6e299d4902f4cea17b3695 /print/resources/style.css | |
| parent | 7b0804562e4ce3b440e67de6cb001ac021326990 (diff) | |
| parent | 75aa656c2cfb7ee4189c31a6c7a0d23d83b4d03a (diff) | |
Merge branch 'print-pdf2' into lexelby-print-features
Diffstat (limited to 'print/resources/style.css')
| -rw-r--r-- | print/resources/style.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/print/resources/style.css b/print/resources/style.css index 8be2370d..013f567c 100644 --- a/print/resources/style.css +++ b/print/resources/style.css @@ -69,6 +69,10 @@ page-break-after: always; margin: 0 !important; } + + figure.inksimulation div { + display: none; + } .ui { display: none; @@ -412,6 +416,24 @@ body { font-weight: bold; line-height: 12pt; margin: 2.5mm; + background: rgba(255, 255, 255, 0.73); + padding: 5px; + } + + figure.inksimulation div { + position: absolute; + bottom: 0; + left: 0; + right: 0; + margin-left: auto; + margin-right: auto; + width: fit-content; + } + + figure.inksimulation button { + border: none; + background: grey; + color: white; } /* Color Swatches */ |
