From 8e41aa4ce20158b4867ab5f9de75716a140c9714 Mon Sep 17 00:00:00 2001 From: bionel Date: Sat, 23 Apr 2016 13:33:34 +0300 Subject: we like square --- Kogaion-daylight/gtk-3.0/gtk-widgets.css | 6 +++--- 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; -- cgit v1.2.3