* Text warning fix.

pull/311/head
Megax 2016-04-10 14:28:39 +02:00
parent ed031512b9
commit 47f76758a7
2 changed files with 9 additions and 9 deletions
gtk-3.20/scss/widgets

View File

@ -49,7 +49,7 @@
background-color: $menu_bg_color;
color: $menu_fg_color;
.csd & { border: none; } // axes borders in a composited env
.csd & { border: 0; } // axes borders in a composited env
&:selected { background-color: $selected_bg_color; }
@ -173,7 +173,7 @@
}
window decoration {
box-shadow: 0 2px 3px rgba(0,0,0,.2);
box-shadow: 0 2px 3px alpha($black, .2);
}
entry { @include entry($menu_bg_color, $menu_fg_color); }