diff options
author | bionel <ionel.busuioc@gmail.com> | 2016-04-24 11:00:00 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2016-04-24 11:00:00 +0300 |
commit | bd6264acc7eb5da4a6368e6146eb2809fc662e85 (patch) | |
tree | 572d48f10fa8c5c5f5f6fc7dca1aa1eea074264a /Kogaion-daylight | |
parent | d5f373df72c95dfa56e693fc396a84826157ea0a (diff) |
toolbar selected items same as buttons
Diffstat (limited to 'Kogaion-daylight')
-rw-r--r-- | Kogaion-daylight/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Kogaion-daylight/gtk-3.0/gtk-widgets.css b/Kogaion-daylight/gtk-3.0/gtk-widgets.css index 1a84ae9..6daf39f 100644 --- a/Kogaion-daylight/gtk-3.0/gtk-widgets.css +++ b/Kogaion-daylight/gtk-3.0/gtk-widgets.css @@ -2198,7 +2198,7 @@ GtkColorButton.button { .primary-toolbar .button:hover, .toolbar .button:hover { - border-color: shade(@toolbar_bg_color, 0.7); + border-color: shade(@selected_bg_color, 1.0); background-color: shade(@toolbar_bg_color, 1.10); background-image: none; } @@ -2284,7 +2284,7 @@ GtkColorButton.button { .inline-toolbar.toolbar .button:hover { border-color: shade(@theme_bg_color, 0.7); - background-color: shade(@theme_bg_color, 1.10); + background-color: shade(@selected_bg_color, 1.0); background-image: none; } @@ -2295,7 +2295,7 @@ GtkColorButton.button { } .inline-toolbar.toolbar .button:active:hover { - border-color: shade(@theme_bg_color, 0.7); + border-color: shade(@selected_bg_color, 1.0); } .inline-toolbar.toolbar .button:focus, |