Adwaita: bring the separator back for dialog buttons
- separators got nuked during lapo's border cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user