mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-25 22:55:20 +02:00
Print didalog adjustments.
This commit is contained in:
parent
8a5a16b909
commit
74edefdf34
@ -2454,3 +2454,15 @@ grid viewport box scrolledwindow viewport {
|
||||
box-shadow: inset 0 0;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
printdialog notebook > stack > box {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
printdialog notebook {
|
||||
border-right: 1px solid black;
|
||||
border-bottom: 1px solid black;
|
||||
box-shadow: inset 1 1 0 0 white,
|
||||
inset -1 -1 @bg_shade;
|
||||
margin: 7px;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user