diff options
-rw-r--r-- | Kogaion-daylight/gtk-3.0/gtk-widgets.css | 6 | ||||
-rw-r--r-- | Kogaion-nighttime/gtk-3.0/gtk-widgets.css | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Kogaion-daylight/gtk-3.0/gtk-widgets.css b/Kogaion-daylight/gtk-3.0/gtk-widgets.css index 973b244..2046085 100644 --- a/Kogaion-daylight/gtk-3.0/gtk-widgets.css +++ b/Kogaion-daylight/gtk-3.0/gtk-widgets.css @@ -197,7 +197,7 @@ GtkAssistant .sidebar { padding: 3px; border-width: 1px; - border-radius: 2px; + border-radius: 0; border-style: solid; border-color: shade(@theme_bg_color, 0.8); background-color: shade(@theme_bg_color, 1.08); @@ -468,7 +468,7 @@ GtkComboBox.combobox-entry .button:insensitive { border-width: 1px; border-style: solid; border-color: shade(@theme_bg_color, 0.8); - border-radius: 2px; + border-radius: 0; background-color: @theme_base_color; background-image: none; color: @theme_text_color; @@ -493,7 +493,7 @@ GtkComboBox.combobox-entry .button:insensitive { .entry.progressbar { border-width: 0; - border-radius: 2px; + border-radius: 0; background-color: @theme_selected_bg_color; background-image: none; color: @theme_selected_fg_color; diff --git a/Kogaion-nighttime/gtk-3.0/gtk-widgets.css b/Kogaion-nighttime/gtk-3.0/gtk-widgets.css index 973b244..2046085 100644 --- a/Kogaion-nighttime/gtk-3.0/gtk-widgets.css +++ b/Kogaion-nighttime/gtk-3.0/gtk-widgets.css @@ -197,7 +197,7 @@ GtkAssistant .sidebar { padding: 3px; border-width: 1px; - border-radius: 2px; + border-radius: 0; border-style: solid; border-color: shade(@theme_bg_color, 0.8); background-color: shade(@theme_bg_color, 1.08); @@ -468,7 +468,7 @@ GtkComboBox.combobox-entry .button:insensitive { border-width: 1px; border-style: solid; border-color: shade(@theme_bg_color, 0.8); - border-radius: 2px; + border-radius: 0; background-color: @theme_base_color; background-image: none; color: @theme_text_color; @@ -493,7 +493,7 @@ GtkComboBox.combobox-entry .button:insensitive { .entry.progressbar { border-width: 0; - border-radius: 2px; + border-radius: 0; background-color: @theme_selected_bg_color; background-image: none; color: @theme_selected_fg_color; |