[gnome-tweak-tool] Remove some duplicate css by better using style classes



commit 3e1e6645fa612c0bfd792add9b569d369d65762c
Author: John Stowers <john stowers gmail com>
Date:   Tue Aug 6 17:11:50 2013 +0200

    Remove some duplicate css by better using style classes

 data/shell.css |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/data/shell.css b/data/shell.css
index 32ac569..40c2eeb 100644
--- a/data/shell.css
+++ b/data/shell.css
@@ -11,23 +11,19 @@
     background-color: @theme_bg_color;
 }
 .list-row.tweak {
-    padding: 3px 3px 0px 0px;
+    padding-top: 3px;
     background-color: @theme_bg_color;
 }
 .list-row.tweak:hover {
     background-color: @theme_bg_color;
 }
 .list-row.tweak.title {
-    padding: 10px 10px 0px 0px;
-    background-color: @theme_bg_color;
-}
-.list-row.tweak.title:hover {
-    padding: 10px 10px 0px 0px;
-    background-color: @theme_bg_color;
+    padding-top: 10px;
 }
 
 
+/* NOT WORKING 
 .main-container {
     padding: 20px;
 }
-
+*/


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