[gnome-themes-standard] fail-whale: improve theming for the fail whale dialog button



commit c8f5cb03eca64bd0c7f92f1e5ec4ecb6f41610ce
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Apr 30 11:00:58 2012 -0400

    fail-whale: improve theming for the fail whale dialog button

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 821a41f..08800dd 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -2639,9 +2639,13 @@ GsmFailWhaleDialog {
     color: @os_chrome_fg_color;
 }
 
-GsmFailWhaleDialog * {
-    background-color: @os_chrome_bg_color;
-    background-image: none;
+GsmFailWhaleDialog .button,
+GsmFailWhaleDialog .button:focus,
+GsmFailWhaleDialog .button:active,
+GsmFailWhaleDialog .button:active:focus {
+    border-image: none;
+    border-color: @borders;
+    border-width: 1px;
 }
 
 /* gnome-screensaver lock dialog */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]