#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)
Change History (5)
Changed 11 years ago by manuq
comment:1 Changed 11 years ago by manuq
- Keywords 13.1.0 added
comment:2 Changed 11 years ago by manuq
- Cc erikos added
- Owner changed from erikos to manuq
- Status changed from new to assigned
comment:3 Changed 11 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 .
Note: See
TracTickets for help on using
tickets.
Patch that removes the color set in the code.