[gnome-boxes] gtk-style: Replace .boxes-continue by .suggested-action
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] gtk-style: Replace .boxes-continue by .suggested-action
- Date: Mon, 18 Aug 2014 18:09:38 +0000 (UTC)
commit 6113618537beefd86ac544500cf2960646e8c4fc
Author: Lasse Schuirmann <lasse schuirmann gmail com>
Date: Mon Aug 18 11:10:39 2014 +0200
gtk-style: Replace .boxes-continue by .suggested-action
The .suggested-action class is available from the theme. There is no
need to maintain an extra clone of this class.
https://bugzilla.gnome.org/show_bug.cgi?id=731952
data/gtk-style.css | 11 -----------
data/ui/wizard-toolbar.ui | 6 ++----
2 files changed, 2 insertions(+), 15 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index 91196b3..854fda9 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -117,17 +117,6 @@ BoxesMiniGraph {
background-color: @boxes_selected_color;
}
-.boxes-continue {
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (@boxes_selected_color),
- to (darker (@boxes_selected_color)));
-}
-
-.boxes-continue:insensitive {
- background-image: none;
-}
-
.boxes-product-key-entry {
font-family: monospace;
}
diff --git a/data/ui/wizard-toolbar.ui b/data/ui/wizard-toolbar.ui
index e074563..ebde759 100644
--- a/data/ui/wizard-toolbar.ui
+++ b/data/ui/wizard-toolbar.ui
@@ -31,8 +31,7 @@
<property name="use-underline">True</property>
<property name="label" translatable="yes">C_reate</property>
<style>
- <class name="text-button"/>
- <class name="boxes-continue"/>
+ <class name="suggested-action"/>
</style>
</object>
@@ -48,8 +47,7 @@
<property name="use-underline">True</property>
<property name="label" translatable="yes">C_ontinue</property>
<style>
- <class name="text-button"/>
- <class name="boxes-continue"/>
+ <class name="suggested-action"/>
</style>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]