[gnome-clocks/wip/vala] Replace the overlaid gradient with a flat transparency



commit cfa51924a9330c0e608a115932b637b380aafb52
Author: Allan Day <allanpday gmail com>
Date:   Thu Feb 14 12:48:20 2013 +0000

    Replace the overlaid gradient with a flat transparency
    
    This is more consistent with our visuals, and it should look better.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693791

 data/css/gnome-clocks.css |   24 ++++--------------------
 1 files changed, 4 insertions(+), 20 deletions(-)
---
diff --git a/data/css/gnome-clocks.css b/data/css/gnome-clocks.css
index 020b6b7..2ba8d06 100644
--- a/data/css/gnome-clocks.css
+++ b/data/css/gnome-clocks.css
@@ -21,37 +21,21 @@
 /* world */
 
 .clocks-digital-renderer.light.inner {
-    background-color: transparent;
-    background-image: linear-gradient(to bottom,
-                                      rgba(255, 255, 255, 0.9),
-                                      rgba(255, 255, 255, 0.2)
-                                      );
+    background-color: rgba(255, 255, 255, 0.5);
     color: black;
 }
 
 .clocks-digital-renderer.light.inner:prelight {
-    background-color: transparent;
-    background-image: linear-gradient(to bottom,
-                                      rgb(255, 255, 255),
-                                      rgba(255, 255, 255, 0.3)
-                                      );
+    background-color: rgba(255, 255, 255, 0.7);
 }
 
 .clocks-digital-renderer.dark.inner {
-    background-color: transparent;
-    background-image: linear-gradient(to bottom,
-                                      rgba(255, 255, 255, 0.3),
-                                      rgba(255, 255, 255, 0.1)
-                                      );
+    background-color: rgba(255, 255, 255, 0.1);
     color: white;
 }
 
 .clocks-digital-renderer.dark.inner:prelight {
-    background-color: transparent;
-    background-image: linear-gradient(to bottom,
-                                      rgba(255, 255, 255, 0.4),
-                                      rgba(255, 255, 255, 0.15)
-                                      );
+    background-color: rgba(255, 255, 255, 0.3);
 }
 
 /* alarms */


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