[gnome-boxes] gtk-style: Remove .boxes-empty-details-label



commit 902a17995087020c2cb4169842b3fbe7ddf0df7e
Author: Lasse Schuirmann <lasse schuirmann gmail com>
Date:   Thu Aug 21 19:44:49 2014 +0200

    gtk-style: Remove .boxes-empty-details-label
    
    The .boxes-empty-details-label class is redundant since it only sets
    color to improve readability while it ends up doing the opposite since
    the restyle through commits 88d1119c to 787852bc. It is therefore of
    no use to have this class anymore.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=735153

 data/gtk-style.css     |    4 ----
 data/ui/empty-boxes.ui |    3 ---
 2 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index f644dc5..dd8fe4b 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -174,7 +174,3 @@ BoxesMiniGraph {
 .boxes-empty-image {
     icon-shadow: 0 -1px rgba(0,0,0,0.5);
 }
-
-.boxes-empty-details-label {
-    color: #555753;
-}
diff --git a/data/ui/empty-boxes.ui b/data/ui/empty-boxes.ui
index 785aa1c..504a6ac 100644
--- a/data/ui/empty-boxes.ui
+++ b/data/ui/empty-boxes.ui
@@ -99,9 +99,6 @@
                     <property name="max-width-chars">24</property>
                     <property name="wrap">True</property>
                     <property name="label" translatable="yes">Create one using the button on the top 
left.</property>
-                    <style>
-                      <class name="boxes-empty-details-label"/>
-                    </style>
                   </object>
                 </child>
               </object>


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