[gnome-themes-standard] csd: Fix border radius for csd buttons



commit 111a4b44cead34261183d1e37ac0513c1792eb5a
Author: Kristian Høgsberg <krh bitplanet net>
Date:   Sun Mar 31 21:32:04 2013 -0400

    csd: Fix border radius for csd buttons

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 3ecb624..c3e52f9 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -4010,6 +4010,7 @@ GtkBubbleWindow .toolbar {
     border-color: darker(@theme_bg_color);
     border-image: none;
     border-width: 1px;
+    border-radius: 0px;
 
     background-image: linear-gradient(to bottom,
                                       shade(@theme_bg_color, 1.20),
@@ -4018,12 +4019,12 @@ GtkBubbleWindow .toolbar {
 }
 
 .titlebar .button:first-child {
-    border-radius: 10px 0px 0px 0px;
     border-style: none none solid solid;
+    border-bottom-left-radius: 10px;
 }
 
 .titlebar .button:last-child {
-    border-radius: 0px 10px 0px 0px;
+    border-top-right-radius: 10px;
 }
 
 .titlebar {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]