Attachments you submit will be routed for moderation. If you have an account, please
log in first.
Ticket #3723: 0001-Make-the-GtkImage-background-transparent-SL-3723.patch
|
File 0001-Make-the-GtkImage-background-transparent-SL-3723.patch, 0.9 KB
(added by manuq, 12 months ago)
|
|
This patch for sugar-artwork styles the GtkImage.
|
-
From e95fcee2869278e49dd5f541f3073cddfe19eef2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
Date: Sat, 23 Jun 2012 01:10:17 -0300
Subject: [PATCH sugar-artwork] Make the GtkImage background transparent SL
#3723
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Mail-Followup-To: <sugar-devel@lists.sugarlabs.org>
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
---
gtk3/theme/gtk-widgets.css.em | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index bf4ecd6..91c998c 100644
|
a
|
b
|
|
| 639 | 639 | border-width: 2px; |
| 640 | 640 | border-color: @button_grey; |
| 641 | 641 | } |
| | 642 | |
| | 643 | /* GtkImage */ |
| | 644 | |
| | 645 | GtkImage { |
| | 646 | background-color: transparent; |
| | 647 | } |
Download in other formats: