diff options
author | bionel <ionel.busuioc@gmail.com> | 2016-04-23 13:33:34 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2016-04-23 13:33:34 +0300 |
commit | 8e41aa4ce20158b4867ab5f9de75716a140c9714 (patch) | |
tree | 994f137c8b0622982136d8f569a5abc42fc8f506 /Kogaion-daylight/gtk-3.0/gtk-widgets.css | |
parent | 7850d97a3282d0efbea241d7026e270d6f8acb23 (diff) |
we like square
Diffstat (limited to 'Kogaion-daylight/gtk-3.0/gtk-widgets.css')
-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 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; |