[extensions-web] css: Don't fade out the update button



commit fe9eb6b87a2e71c75b54e7b546df2a88b1fbdb6e
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Apr 1 14:42:07 2012 -0400

    css: Don't fade out the update button

 sweettooth/static/css/sweettooth.css |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index e62efd7..c7d59c0 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -279,11 +279,12 @@ li.extension:last-child {
     position: relative;
 }
 
-.extension.out-of-date * {
+.extension.out-of-date > * {
     opacity: 0.5;
 }
 
-.extension.out-of-date .uninstall {
+.extension.out-of-date .uninstall,
+.extension.out-of-date ._gnome-switch.customized.update {
     opacity: 1.0;
 }
 



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