[extensions-web] css: Don't fade out the update button
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] css: Don't fade out the update button
- Date: Mon, 2 Apr 2012 01:43:33 +0000 (UTC)
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]