Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2012-09-09 23:43:56 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-09-11 12:43:02 (GMT)
commit153d1e3abc1e2fd5961af3bcc9819aad4298c7b0 (patch)
tree3fd4460b612f8534712193b85d2689caaa378294
parentb6bd6b89401e594002b4e8a789d81af049e9d251 (diff)
Style the sugar frame window background color - SL #3873
After applying this patch, the styling in the sugar component code can be safely removed. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
-rw-r--r--gtk3/theme/gtk-widgets.css.em6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 9ebe93e..d0d3784 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -692,3 +692,9 @@ SugarPaletteWindowWidget GtkCheckButton *:active {
GtkImage {
background-color: transparent;
}
+
+/* Sugar Frame Window */
+
+SugarFrameWindow.background {
+ background-color: @toolbar_grey;
+} \ No newline at end of file