[gnome-shell] theme - soften notification popups



commit 083ca7d39baf716aec561e2633c7cee45f75290b
Author: Allan Day <allanpday gmail com>
Date:   Tue Aug 9 15:51:37 2011 +0100

    theme - soften notification popups
    
    Some small changes to make notifications fit with the shell aesthetic
    and make them match the mockups. Gives them a bigger corner radius,
    smaller font and more transparency.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=656732

 data/theme/gnome-shell.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 68a22fa..458e5a5 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1025,9 +1025,9 @@ StTooltip StLabel {
 }
 
 #notification {
-    font-size: 12pt;
-    border-radius: 5px 5px 0px 0px;
-    background: rgba(0,0,0,0.9);
+    font-size: 11pt;
+    border-radius: 10px 10px 0px 0px;
+    background: rgba(0,0,0,0.8);
     padding: 8px 8px 4px 8px;
     spacing-rows: 10px;
     spacing-columns: 10px;



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