diff options
| author | kalleen <reni@allenka.de> | 2018-04-11 18:57:55 +0200 |
|---|---|---|
| committer | kalleen <reni@allenka.de> | 2018-04-11 18:57:55 +0200 |
| commit | 75aa656c2cfb7ee4189c31a6c7a0d23d83b4d03a (patch) | |
| tree | 43e4521c01fdc830b5639924afbcdb7ff2ec54bc /print/resources/style.css | |
| parent | 15222ed4c39bab5e19b622e9179f7abc88c5b1da (diff) | |
add apply to all button for svg transforms
Diffstat (limited to 'print/resources/style.css')
| -rw-r--r-- | print/resources/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/resources/style.css b/print/resources/style.css index 146cfacc..333af7aa 100644 --- a/print/resources/style.css +++ b/print/resources/style.css @@ -393,6 +393,8 @@ body { font-weight: bold; line-height: 12pt; margin: 2.5mm; + background: rgba(255, 255, 255, 0.73); + padding: 5px; } figure.inksimulation div { @@ -400,6 +402,15 @@ body { 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 */ |
