Merge pull request #35 from tpenguinltg/gtk3-units

[gtk-3.0] Specify box-shadow units
This commit is contained in:
grassmunk 2018-03-26 10:58:16 -07:00 committed by GitHub
commit 610599fd54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2466,7 +2466,7 @@ printdialog notebook > stack > box {
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;
box-shadow: inset 1px 1px 0 0 white,
inset -1px -1px @bg_shade;
margin: 7px;
}