Structural changes, recompile

master
Christian Medel 2019-07-08 18:07:07 -04:00
parent cd9ac6c410
commit 9e8d7d11c1
1 changed files with 7 additions and 7 deletions

View File

@ -2357,18 +2357,18 @@ headerbar.selection-mode, toolbar.selection-mode {
decoration {
border-radius: 0px 0px 0 0;
border-width: 0px;
box-shadow: 0 3px 9px 1px alpha(black, 0.3), 0 0 0 1px alpha(black, 0.25);
box-shadow: 0 3px 9px 1px alpha(#000000, 0.3), 0 0 0 1px alpha(#000000, 0.25);
margin: 10px; }
decoration:backdrop {
box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px alpha(black, 0.2), 0 0 0 1px alpha(black, 0.25); }
box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px alpha(#000000, 0.2), 0 0 0 1px alpha(#000000, 0.25); }
.fullscreen decoration, .tiled decoration {
border-radius: 0; }
.popup decoration {
box-shadow: 0 0 0 1px alpha(black, 0.1);
box-shadow: 0 0 0 1px alpha(#000000, 0.1);
border-radius: 0; }
.ssd decoration {
border-radius: 0px 0px 0 0;
box-shadow: 0 0 0 1px alpha(black, 0.1); }
box-shadow: 0 0 0 1px alpha(#000000, 0.1); }
.ssd decoration.maximized {
border-radius: 0; }
tooltip.csd decoration {
@ -2766,12 +2766,12 @@ UnityPanelWidget, .unity-panel {
read if you used those and something break with a version upgrade you're on your own... */
@define-color wm_title shade(#000000, 1.8);
@define-color wm_unfocused_title #000000;
@define-color wm_highlight white;
@define-color wm_highlight #000000;
@define-color wm_borders_edge shade(#D8D8D8, 0.9);
@define-color wm_bg_a shade(#D8D8D8, 1.2);
@define-color wm_bg_b #D8D8D8;
@define-color wm_shadow alpha(white, 0.35);
@define-color wm_border alpha(white, 0.18);
@define-color wm_shadow alpha(#000000, 0.35);
@define-color wm_border alpha(#000000, 0.18);
@define-color wm_button_hover_color_a shade(#D8D8D8, 1.3);
@define-color wm_button_hover_color_b #D8D8D8;
@define-color wm_button_active_color_a shade(#D8D8D8, 0.85);