Merge pull request #35 from tpenguinltg/gtk3-units
[gtk-3.0] Specify box-shadow units
This commit is contained in:
commit
610599fd54
|
@ -2466,7 +2466,7 @@ printdialog notebook > stack > box {
|
||||||
printdialog notebook {
|
printdialog notebook {
|
||||||
border-right: 1px solid black;
|
border-right: 1px solid black;
|
||||||
border-bottom: 1px solid black;
|
border-bottom: 1px solid black;
|
||||||
box-shadow: inset 1 1 0 0 white,
|
box-shadow: inset 1px 1px 0 0 white,
|
||||||
inset -1 -1 @bg_shade;
|
inset -1px -1px @bg_shade;
|
||||||
margin: 7px;
|
margin: 7px;
|
||||||
}
|
}
|
Loading…
Reference in New Issue