summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2016-04-24 09:45:04 +0300
committerbionel <ionel.busuioc@gmail.com>2016-04-24 09:45:04 +0300
commit9415b2832a4253dae038d5a29d4ced8551091606 (patch)
treecae166a936bc4cd576b85831f5985e2825d8ebd3
parenteb773bd2b152b69e5e2169007e160319b0065d78 (diff)
line 464, same as before for entries
-rw-r--r--Kogaion-daylight/gtk-3.0/gtk-widgets.css2
-rw-r--r--Kogaion-nighttime/gtk-3.0/gtk-widgets.css4
2 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 d0ceb9e..db2d7f1 100644
--- a/Kogaion-daylight/gtk-3.0/gtk-widgets.css
+++ b/Kogaion-daylight/gtk-3.0/gtk-widgets.css
@@ -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,
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,