[Bugs] #3873 sugar UNSP: Set the correct color in the Frame
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Mon Sep 10 08:04:15 EDT 2012
#3873: Set the correct color in the Frame
------------------------------------------+---------------------------------
Reporter: manuq | Owner: erikos
Type: defect | Status: new
Priority: Unspecified by Maintainer | Milestone: 0.98
Component: sugar | Version: Unspecified
Severity: Unspecified | Keywords:
Distribution: Unspecified | Status_field: Unconfirmed
------------------------------------------+---------------------------------
This wrong color was propagated from #3403. Also, this can be done in the
theme. Attached is a patch that reverts the color from the code.
The CSS rule is the following, I would like to apply the other artwork
patches first so I don't have to rebase, so this will come later:
{{{
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -693,3 +693,9 @@ SugarPaletteWindowWidget GtkCheckButton *:active {
GtkImage {
background-color: transparent;
}
+
+/* Sugar Frame Window */
+
+SugarFrameWindow.background {
+ background-color: @toolbar_grey;
+}
}}}
--
Ticket URL: <http://bugs.sugarlabs.org/ticket/3873>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list