mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Add SSD style
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
**********/
|
||||
|
||||
@mixin toolbar($bg, $fg) {
|
||||
@include linear-gradient($bg);
|
||||
@incluee linear-gradient($bg);
|
||||
@include border($bg);
|
||||
|
||||
padding: $spacing * 2;
|
||||
|
||||
@@ -24,6 +24,13 @@
|
||||
|
||||
&.tiled { border-radius: 0; }
|
||||
|
||||
&.solid-csd {
|
||||
border-radius: 0;
|
||||
margin: 1px;
|
||||
background-color: $bg_color;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
&.csd {
|
||||
&.popup {
|
||||
@extend %window;
|
||||
@@ -42,5 +49,9 @@
|
||||
border-radius: $roundness;
|
||||
}
|
||||
}
|
||||
|
||||
&.ssd {
|
||||
&.maximized { border-radius: 0; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user