mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-28 08:04:37 +02:00
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 {
|
||||
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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user