[gnome-themes-standard] Handle better panel applets.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Handle better panel applets.
- Date: Sun, 6 Feb 2011 13:38:29 +0000 (UTC)
commit fe2de3b565c685e5ec87e8d1def67da22c0504bb
Author: Carlos Garnacho <carlosg gnome org>
Date: Sun Feb 6 14:33:44 2011 +0100
Handle better panel applets.
A gradient was clobbering the background-color set in
the css rules for the panel applets. Fixes bug #641425,
reported by Bastien Nocera.
themes/Adwaita/gtk-3.0/gtk.css | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index f70368b..157d8e0 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -684,7 +684,9 @@ TerminalScreen {
/* For old gnome-panel */
PanelWidget,
PanelApplet,
+PanelMenuBar.menubar,
PanelToplevel {
background-color: #1e1a17;
+ background-image: none;
color: #fff;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]