[gtk+] Adwaita: bring the separator back for dialog buttons
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Adwaita: bring the separator back for dialog buttons
- Date: Fri, 29 Aug 2014 00:15:48 +0000 (UTC)
commit ef0280aeda07aecb600c7f1512b46a44bf0d731f
Author: Jakub Steiner <jimmac gmail com>
Date: Fri Aug 29 02:14:16 2014 +0200
Adwaita: bring the separator back for dialog buttons
- separators got nuked during lapo's border cleanup
gtk/resources/theme/Adwaita/_common.scss | 5 ++++-
gtk/resources/theme/Adwaita/gtk-contained-dark.css | 3 +++
gtk/resources/theme/Adwaita/gtk-contained.css | 3 +++
3 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss
index 19bb1ce..6c4fe92 100644
--- a/gtk/resources/theme/Adwaita/_common.scss
+++ b/gtk/resources/theme/Adwaita/_common.scss
@@ -2388,7 +2388,10 @@ GtkCalendar {
border-right-style: none;
border-bottom-style: none;
}
- %last_button { border-bottom-right-radius: 7px; }
+ %last_button {
+ border-left-style: solid;
+ border-bottom-right-radius: 7px;
+ }
%first_button {
border-left-style: none;
border-bottom-left-radius: 7px;
diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
index bb881e6..425d300 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
@@ -2949,6 +2949,7 @@ GtkCalendar {
border-right-style: none;
border-bottom-style: none; }
.message-dialog.csd .dialog-action-area .button:last-child {
+ border-left-style: solid;
border-bottom-right-radius: 7px; }
.message-dialog.csd .dialog-action-area .button:first-child {
border-left-style: none;
@@ -3259,3 +3260,5 @@ GtkCalendar.header .button.titlebutton {
@define-color wm_button_active_color_b shade(#393f3f, 0.89);
@define-color wm_button_active_color_c shade(#393f3f, 0.9);
@define-color content_view_bg #292929;
+
+/*# sourceMappingURL=gtk-contained-dark.css.map */
diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css
index 83de1f3..9fb1ca2 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained.css
@@ -2945,6 +2945,7 @@ GtkCalendar {
border-right-style: none;
border-bottom-style: none; }
.message-dialog.csd .dialog-action-area .button:last-child {
+ border-left-style: solid;
border-bottom-right-radius: 7px; }
.message-dialog.csd .dialog-action-area .button:first-child {
border-left-style: none;
@@ -3255,3 +3256,5 @@ GtkCalendar.header .button.titlebutton {
@define-color wm_button_active_color_b shade(#ededed, 0.89);
@define-color wm_button_active_color_c shade(#ededed, 0.9);
@define-color content_view_bg #ffffff;
+
+/*# sourceMappingURL=gtk-contained.css.map */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]