[extensions-web: 5/5] extension: make "outdated" switch auto width.



commit 75758c3d22297cccd14cf94be205676a1855ddd4
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Sun Apr 9 23:25:47 2017 +0400

    extension: make "outdated" switch auto width.

 sweettooth/static/css/switch.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/static/css/switch.css b/sweettooth/static/css/switch.css
index 8ed769c..ae27b1d 100644
--- a/sweettooth/static/css/switch.css
+++ b/sweettooth/static/css/switch.css
@@ -8,6 +8,7 @@
     line-height: 1.6;
 }
 
+._gnome-switch.outdated,
 ._gnome-switch.incompatible {
     width: auto;
 }
@@ -102,8 +103,12 @@
     border-radius: 4px;
 }
 
+._gnome-switch.customized .custom-content.outdated,
 ._gnome-switch.customized .custom-content.incompatible {
     width: auto;
+}
+
+._gnome-switch.customized .custom-content.incompatible {
     cursor: help;
 }
 


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