[gnome-shell] [panel] fix button corners: they should only be rounded on the top



commit 5bd7b0dc31384cfa86ddee521126c067cb484af8
Author: Dan Winship <danw gnome org>
Date:   Thu May 20 12:05:22 2010 -0400

    [panel] fix button corners: they should only be rounded on the top

 data/theme/gnome-shell.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 93cb4b3..bee6c9f 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -116,7 +116,7 @@ StTooltip {
 
 .panel-button:pressed {
     background-color: rgba(50,76,111,0.98);
-    border-radius: 4px;
+    border-radius: 4px 4px 0px 0px;
 }
 
 .panel-menu-boxpointer {



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