mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-29 16:45:11 +02:00
Fix scrolledwindows within notebooks to use groove frame.
This commit is contained in:
parent
4da7374264
commit
568cb8373a
@ -50,9 +50,7 @@ frame > scrolledwindow {
|
||||
margin: 0px; }
|
||||
|
||||
notebook stack scrolledwindow {
|
||||
border-left: 1px solid @border_shade;
|
||||
border-top: 1px solid @border_shade;
|
||||
border-right: 1px solid @border_bright;
|
||||
border-bottom: 1px solid @border_dark;
|
||||
box-shadow: inset 1px 1px white, inset -1px -1px @border_shade;
|
||||
border: 2px solid @border_dark;
|
||||
border-image: url("assets/frame_groove.png");
|
||||
border-image-slice: 2 2 2 2;
|
||||
margin: 3px; }
|
||||
|
@ -50,9 +50,7 @@ frame > scrolledwindow {
|
||||
margin: 0px; }
|
||||
|
||||
notebook stack scrolledwindow {
|
||||
border-left: 1px solid @border_shade;
|
||||
border-top: 1px solid @border_shade;
|
||||
border-right: 1px solid @border_bright;
|
||||
border-bottom: 1px solid @border_dark;
|
||||
box-shadow: inset 1px 1px white, inset -1px -1px @border_shade;
|
||||
border: 2px solid @border_dark;
|
||||
border-image: url("assets/frame_groove.png");
|
||||
border-image-slice: 2 2 2 2;
|
||||
margin: 3px; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user