[gnome-boxes] theme: Make use of 'dim-label' theme class



commit f3f581886ead85d5bfcbc71016f37825ed6ee90c
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Sep 2 17:39:28 2015 +0100

    theme: Make use of 'dim-label' theme class
    
    Instead of hardcoding the color of URL examples label, grey, let's just
    apply 'dim-label' theme to it.

 data/gtk-style.css       |    4 ----
 data/ui/wizard-source.ui |    2 +-
 2 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index 837d237..c7e4271 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -123,7 +123,3 @@ BoxesResourceGraph {
 .slow-spinner {
     animation-duration: 2s;
 }
-
-.boxes-grey-label {
-    color: grey;
-}
diff --git a/data/ui/wizard-source.ui b/data/ui/wizard-source.ui
index d340c80..9001cb7 100644
--- a/data/ui/wizard-source.ui
+++ b/data/ui/wizard-source.ui
@@ -288,7 +288,7 @@
                 <property name="halign">start</property>
                 <property name="label" translatable="yes">Examples: http://download.com/image.iso, 
spice://somehost:5051, ovirt://host/path</property>
                 <style>
-                  <class name="boxes-grey-label"/>
+                  <class name="dim-label"/>
                 </style>
               </object>
               <packing>


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