summaryrefslogtreecommitdiff
path: root/Kogaion-daylight
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2016-04-24 09:35:17 +0300
committerbionel <ionel.busuioc@gmail.com>2016-04-24 09:35:17 +0300
commiteb773bd2b152b69e5e2169007e160319b0065d78 (patch)
tree6462c7f73c9deff7de399090fa43310b7506af87 /Kogaion-daylight
parentec5a51a075dcbe53be3e8e8675871e86da60b405 (diff)
line 213 change button hover, improve visilbility for dark theme
Diffstat (limited to 'Kogaion-daylight')
-rw-r--r--Kogaion-daylight/gtk-3.0/gtk-widgets.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kogaion-daylight/gtk-3.0/gtk-widgets.css b/Kogaion-daylight/gtk-3.0/gtk-widgets.css
index 9bfe301..d0ceb9e 100644
--- a/Kogaion-daylight/gtk-3.0/gtk-widgets.css
+++ b/Kogaion-daylight/gtk-3.0/gtk-widgets.css
@@ -206,8 +206,8 @@ GtkAssistant .sidebar {
}
.button:hover {
- border-color: shade(@theme_bg_color, 0.7);
- background-color: shade(@theme_bg_color, 1.10);
+ border-color: shade(@selected_bg_color, 1.0);
+ background-color: shade(@selected_bg_color, 1.75);
background-image: none;
}