[extensions-web/ui-cleanup] css: Don't fade out the uninstall button when an extension is out of date



commit 299ea0555e5aa165e5f26a590b488e8f8daabf8b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Jan 18 21:54:56 2012 -0500

    css: Don't fade out the uninstall button when an extension is out of date

 sweettooth/static/css/sweettooth.css |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index 79ac851..e1a2635 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -227,10 +227,14 @@ li.extension:last-child {
     position: relative;
 }
 
-.extension.out-of-date {
+.extension.out-of-date * {
     opacity: 0.5;
 }
 
+.extension.out-of-date .uninstall {
+    opacity: 1.0;
+}
+
 .extension .extension-name {
     margin-left: 48px;
     font-size: 1.3em;



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