diff options
author | bionel <ionel.busuioc@gmail.com> | 2016-04-24 09:45:04 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2016-04-24 09:45:04 +0300 |
commit | 9415b2832a4253dae038d5a29d4ced8551091606 (patch) | |
tree | cae166a936bc4cd576b85831f5985e2825d8ebd3 /Kogaion-nighttime | |
parent | eb773bd2b152b69e5e2169007e160319b0065d78 (diff) |
line 464, same as before for entries
Diffstat (limited to 'Kogaion-nighttime')
-rw-r--r-- | Kogaion-nighttime/gtk-3.0/gtk-widgets.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Kogaion-nighttime/gtk-3.0/gtk-widgets.css b/Kogaion-nighttime/gtk-3.0/gtk-widgets.css index 42d81e4..259b385 100644 --- a/Kogaion-nighttime/gtk-3.0/gtk-widgets.css +++ b/Kogaion-nighttime/gtk-3.0/gtk-widgets.css @@ -467,7 +467,7 @@ GtkComboBox.combobox-entry .button:insensitive { padding: 4px 3px; border-width: 1px; border-style: solid; - border-color: shade(@theme_bg_color, 0.8); + border-color: shade(@theme_bg_color, 1.75); border-radius: 0; background-color: @theme_base_color; background-image: none; @@ -476,7 +476,7 @@ GtkComboBox.combobox-entry .button:insensitive { .entry:active, .entry:focus { - border-color: shade(@theme_bg_color, 0.7); + border-color: shade(@selected_bg_color, 1.0); } .entry:selected, |