[gnome-themes-standard] fail-whale: don't override color for the dialog internals
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] fail-whale: don't override color for the dialog internals
- Date: Fri, 26 Aug 2011 17:23:22 +0000 (UTC)
commit c3ed1e61a9d1572d24b7bedf71627ce6227f2ad1
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Fri Aug 26 13:22:19 2011 -0400
fail-whale: don't override color for the dialog internals
themes/Adwaita/gtk-3.0/gtk-widgets.css | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index f3fb21a..d2d345e 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1534,9 +1534,13 @@ WnckPager, WnckTasklist {
color: @os_chrome_fg_color;
}
-GsmFailWhaleDialog,
-GsmFailWhaleDialog * {
+GsmFailWhaleDialog {
background-color: @os_chrome_bg_color;
background-image: none;
color: @os_chrome_fg_color;
}
+
+GsmFailWhaleDialog * {
+ background-color: @os_chrome_bg_color;
+ background-image: none;
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]