[gnome-themes-standard] Don't show a bottom border on the message dialog buttons
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Don't show a bottom border on the message dialog buttons
- Date: Thu, 27 Feb 2014 14:37:19 +0000 (UTC)
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]