fix progressbar styles when inside an osd. disable psuedo element warnings. darken separator color for titlebuttons.

This commit is contained in:
Dustin Falgout
2016-05-07 00:27:57 -05:00
parent f8ace81be8
commit 9ed8bb4df6
3 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
&.vertical separator { margin: ($spacing + 2px) 1px ($spacing + 2px) 0; }
separator, separator:disabled {
color: shade($bg, ($contrast + .1));
color: shade($bg, ($contrast - .2));
border-color: currentColor;
-GtkWidget-window-dragging: true;