Lighter separators

This commit is contained in:
Satyajit Sahoo
2014-12-20 03:23:56 +05:30
parent e42253e997
commit 04b7d110ac
8 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -150,7 +150,7 @@
&.separator, .separator {
border: 1px solid currentColor;
color: shade($bg, ($contrast + .05));
color: shade($bg, ($contrast + .1));
&:insensitive { color: shade($bg, .85); }
}
@@ -222,7 +222,7 @@
&:hover {
border-color: shade($bg_color, 0.7);
background-color: shade($bg_color, 1.10);
background-color: shade($bg_color, 1.1);
background-image: none;
}
+1 -1
View File
@@ -111,7 +111,7 @@
border-style: solid;
border-color: currentColor;
background-color: $bg_color;
color: border_normal($bg_color);
color: shade($bg_color, ($contrast + .1));
}
}
+1 -1
View File
@@ -109,7 +109,7 @@
-GtkWidget-separator-height: 1;
border-style: none;
color: shade($menu_bg_color, .9);
color: shade($menu_bg_color, ($contrast + .1));
}
&.button {
+1 -1
View File
@@ -33,7 +33,7 @@ GtkOverlay.osd {
background-image: none;
color: $osd_fg;
.separator { color: shade($osd_bg, 0.9); }
.separator { color: shade($osd_bg, ($contrast + .1)); }
}
/* used by gnome-settings-daemon's media-keys OSD */
+1 -1
View File
@@ -41,7 +41,7 @@
}
GtkSeparatorToolItem, .separator, .separator:insensitive {
color: border_normal($bg);
color: shade($bg, ($contrast + .1));
border-color: currentColor;
-GtkWidget-window-dragging: true;
+1 -1
View File
@@ -134,7 +134,7 @@
@include exports("separator") {
.view.separator, .separator {
color: shade($bg_color, ($contrast + .10));
color: shade($bg_color, ($contrast + .1));
border: 1px solid currentColor;
}
}