Tweak close button color in CSD

This commit is contained in:
Satyajit Sahoo
2013-09-12 15:24:24 +05:30
parent 224d4b212f
commit dce0043e42
+2 -2
View File
@@ -3067,7 +3067,7 @@ GtkBubbleWindow .toolbar {
padding: 4px;
border-style: none;
background: none;
color: mix(@toolbar_fg_color, @toolbar_bg_color, 0.4);
color: mix(@toolbar_fg_color, @toolbar_bg_color, 0.1);
icon-shadow: none;
}
@@ -3102,7 +3102,7 @@ GtkBubbleWindow .toolbar {
.titlebar .titlebutton:backdrop {
background-image: none;
color: mix(@toolbar_fg_color, @toolbar_bg_color, 0.6);
color: mix(@toolbar_fg_color, @toolbar_bg_color, 0.4);
icon-shadow: none;
}