Opened 12 years ago

Closed 12 years ago

Last modified 11 years ago

#3873 closed defect (fixed)

Set the correct color in the Frame

Reported by: manuq Owned by: manuq
Priority: Unspecified by Maintainer Milestone:
Component: Sugar Version: Unspecified
Severity: Unspecified Keywords: 13.1.0
Cc: erikos Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

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;
+}

Attachments (1)

0001-Revert-FrameContainer-change-to-set-the-background-c.patch (1.6 KB) - added by manuq 12 years ago.
Patch that removes the color set in the code.

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by manuq

Patch that removes the color set in the code.

comment:1 Changed 12 years ago by manuq

  • Keywords 13.1.0 added

comment:2 Changed 12 years ago by manuq

  • Cc erikos added
  • Owner changed from erikos to manuq
  • Status changed from new to assigned

comment:3 Changed 12 years ago by manuq

  • Resolution set to fixed
  • Status changed from assigned to closed

Fixed in commits for sugar-artwork component 153d1e3a and sugar component 06d3ff07 .

comment:4 Changed 11 years ago by dnarvaez

  • Milestone 0.98 deleted

Milestone 0.98 deleted

Note: See TracTickets for help on using tickets.