summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2014-08-29 02:14:16 +0200
committerJakub Steiner <jimmac@gmail.com>2014-08-29 02:14:16 +0200
commitef0280aeda07aecb600c7f1512b46a44bf0d731f (patch)
tree5e3d1660700bd49c0897dfcd194432a1663b9fb9
parentd94379183a2fae089dcdffbead5744374edbacb1 (diff)
downloadgtk+-ef0280aeda07aecb600c7f1512b46a44bf0d731f.tar.gz
Adwaita: bring the separator back for dialog buttons
- separators got nuked during lapo's border cleanup
-rw-r--r--gtk/resources/theme/Adwaita/_common.scss5
-rw-r--r--gtk/resources/theme/Adwaita/gtk-contained-dark.css3
-rw-r--r--gtk/resources/theme/Adwaita/gtk-contained.css3
3 files changed, 10 insertions, 1 deletions
diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss
index 19bb1ce1da..6c4fe92740 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 bb881e6554..425d3005e0 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 83de1f3090..9fb1ca2ea0 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 */