[gnome-boxes] gtk-style: Rename .wizard to .content-bg



commit cbcccb2d6f0ddc1ab9dd18be9cba803501561452
Author: Lasse Schuirmann <lasse schuirmann gmail com>
Date:   Mon Aug 18 12:09:28 2014 +0200

    gtk-style: Rename .wizard to .content-bg
    
    This class describes the background for any content area and should have
    an appropriate name. With the new name this class will later be used to
    describe other content backgrounds outside the wizard.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731952

 data/gtk-style.css |    2 +-
 data/ui/wizard.ui  |   12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index e2a0fc7..e40c9b7 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -66,7 +66,7 @@ BoxesMiniGraph {
     border-image-repeat: stretch;
 }
 
-.wizard {
+.content-bg {
     background-image: url("icons/boxes-dark.png");
     border-image-repeat: stretch;
 }
diff --git a/data/ui/wizard.ui b/data/ui/wizard.ui
index f57197a..1c95a7d 100644
--- a/data/ui/wizard.ui
+++ b/data/ui/wizard.ui
@@ -13,7 +13,7 @@
       <object class="GtkBox" id="intro_box">
         <property name="visible">True</property>
         <style>
-          <class name="wizard"/>
+          <class name="content-bg"/>
         </style>
 
         <child>
@@ -66,7 +66,7 @@ You may connect to an existing machine &lt;b&gt;&lt;i&gt;over the network&lt;/i&
       <object class="GtkBox" id="source_box">
         <property name="visible">True</property>
         <style>
-          <class name="wizard"/>
+          <class name="content-bg"/>
         </style>
 
         <child>
@@ -138,7 +138,7 @@ You may connect to an existing machine &lt;b&gt;&lt;i&gt;over the network&lt;/i&
       <object class="GtkBox" id="prep_box">
         <property name="visible">True</property>
         <style>
-          <class name="wizard"/>
+          <class name="content-bg"/>
         </style>
 
         <child>
@@ -259,7 +259,7 @@ You may connect to an existing machine &lt;b&gt;&lt;i&gt;over the network&lt;/i&
       <object class="GtkBox" id="setup_outerbox">
         <property name="visible">True</property>
         <style>
-          <class name="wizard"/>
+          <class name="content-bg"/>
         </style>
 
         <child>
@@ -289,7 +289,7 @@ You may connect to an existing machine &lt;b&gt;&lt;i&gt;over the network&lt;/i&
       <object class="GtkBox" id="review_outerbox">
         <property name="visible">True</property>
         <style>
-          <class name="wizard"/>
+          <class name="content-bg"/>
         </style>
 
         <child>
@@ -300,7 +300,7 @@ You may connect to an existing machine &lt;b&gt;&lt;i&gt;over the network&lt;/i&
             <property name="margin-start">10</property>
             <property name="margin-end">10</property>
             <style>
-              <class name="wizard"/>
+              <class name="content-bg"/>
             </style>
 
             <child>


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