summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2016-04-23 13:33:34 +0300
committerbionel <ionel.busuioc@gmail.com>2016-04-23 13:33:34 +0300
commit8e41aa4ce20158b4867ab5f9de75716a140c9714 (patch)
tree994f137c8b0622982136d8f569a5abc42fc8f506
parent7850d97a3282d0efbea241d7026e270d6f8acb23 (diff)
we like square
-rw-r--r--Kogaion-daylight/gtk-3.0/gtk-widgets.css6
-rw-r--r--Kogaion-nighttime/gtk-3.0/gtk-widgets.css6
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;