[gnome-boxes] resource-graph: Fix theming
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] resource-graph: Fix theming
- Date: Wed, 25 Feb 2015 14:46:34 +0000 (UTC)
commit 45050d2433c928a855ff9de24365589da9b1491f
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Wed Feb 25 14:44:51 2015 +0000
resource-graph: Fix theming
Use the appropriate colors to make it look better and more like mockup:
https://raw.githubusercontent.com/gnome-design-team/gnome-mockups/master/boxes/wires/properties-modal.png
data/gtk-style.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index f8856f7..c1a9dc1 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -26,9 +26,9 @@
}
BoxesResourceGraph {
- background-color: @theme_bg_color;
- border-color: @borders;
- color: @theme_fg_color;
+ background-color: @boxes_bg_color;
+ border-color: @theme_fg_color;
+ color: @theme_bg_color;
}
.sidebar {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]