[gnome-themes-standard] Don't show a bottom border on the message dialog buttons



commit 4ef0d33f54b486eb6076bfbd1f9637c0d917add4
Author: William Jon McCann <william jon mccann gmail com>
Date:   Thu Feb 27 09:30:16 2014 -0500

    Don't show a bottom border on the message dialog buttons
    
    They are supposed to be abutting the dialog edge. Although
    it is unfortunate that we rely on synchronized mutter themes for this.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 43a529d..c79f3b9 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -2712,7 +2712,7 @@ GtkMessageDialog {
 .dialog-action-area.linked .button:insensitive:last-child {
     border-style: solid;
     border-radius: 0;
-    border-width: 1px 0 1px 0;
+    border-width: 1px 0 0px 0;
     border-color: @borders;
     border-image: none;
 }


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