GTK3: add light bottom shadows to widgets simulating depth

This commit is contained in:
Daniel Ruiz de Alegría
2020-12-18 17:41:27 +01:00
parent 67a1d5ae86
commit c742577e73
4 changed files with 7 additions and 7 deletions
@@ -1,5 +1,5 @@
$_menu_shadow: 0 1px 6px transparentize(black, if($variant == 'light', .85, .5));
$_widget_inset_shadow: inset 0 3px 5px -4px $shadow_color;
$_widget_inset_shadow: inset 0 3px 5px -4px $shadow_color, 0 1px rgba(255, 255, 255, .05);
$_wm_border: if($variant=='light', transparentize(black, 0.9), transparentize($borders_color, 0.25));
* {