[gnome-boxes] style: Group all wizard classes at the end
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] style: Group all wizard classes at the end
- Date: Wed, 16 Sep 2015 17:07:40 +0000 (UTC)
commit 22506479212024ff2884c8bde9703588ed11a3ec
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Wed Sep 16 16:51:58 2015 +0100
style: Group all wizard classes at the end
Let's group all wizard classes together at the bottom of the CSS file to
clean it up a bit.
Based on a patch from Lapo Calamandrei <calamandrei gmail com>.
https://bugzilla.gnome.org/show_bug.cgi?id=754565
data/gtk-style.css | 28 ++++++++++++++++------------
1 files changed, 16 insertions(+), 12 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index 71b9211..0e77eed 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -26,16 +26,28 @@ BoxesResourceGraph {
background-image: none;
}
+.content-bg {
+ background-color: @content_view_bg;
+}
+
+.boxes-toplevel {
+ background-color: @theme_bg_color;
+}
+
+.slow-spinner {
+ animation-duration: 2s;
+}
+
+/******************
+ * New Box Wizard *
+ ******************/
+
/* This is the subtitle in the ISOs/media list */
.boxes-step-label {
font-size: smaller;
font-weight: normal;
}
-.content-bg {
- background-color: @content_view_bg;
-}
-
.boxes-wizard-media-os-label {
color: #d8d8d8;
font-weight: bold;
@@ -105,11 +117,3 @@ BoxesResourceGraph {
/* Adds a border to the ISOs lists top undershoot */
.boxes-menu-scrolled.undershoot.top { border-top: 1px solid @borders; }
-
-.boxes-toplevel {
- background-color: @theme_bg_color;
-}
-
-.slow-spinner {
- animation-duration: 2s;
-}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]