Adwaita: fix outline radius for dialog-action-area buttons

https://bugzilla.gnome.org/show_bug.cgi?id=748013
This commit is contained in:
Sebastian Keller
2015-04-17 01:07:03 +02:00
committed by Matthias Clasen
parent b28868cf72
commit e1e5cd881e
3 changed files with 10 additions and 4 deletions

View File

@@ -2876,10 +2876,12 @@ GtkCalendar {
}
%last_button {
border-bottom-right-radius: 7px;
outline-bottom-right-radius: 5px;
}
%first_button {
border-left-style: none;
border-bottom-left-radius: 7px;
outline-bottom-left-radius: 5px;
}
}
}

View File

@@ -3992,10 +3992,12 @@ GtkCalendar {
border-right-style: none;
border-bottom-style: none; }
.message-dialog.csd .dialog-action-area .button:last-child {
border-bottom-right-radius: 7px; }
border-bottom-right-radius: 7px;
outline-bottom-right-radius: 5px; }
.message-dialog.csd .dialog-action-area .button:first-child {
border-left-style: none;
border-bottom-left-radius: 7px; }
border-bottom-left-radius: 7px;
outline-bottom-left-radius: 5px; }
GtkFileChooserDialog .search-bar {
background-color: #292929;

View File

@@ -4164,10 +4164,12 @@ GtkCalendar {
border-right-style: none;
border-bottom-style: none; }
.message-dialog.csd .dialog-action-area .button:last-child {
border-bottom-right-radius: 7px; }
border-bottom-right-radius: 7px;
outline-bottom-right-radius: 5px; }
.message-dialog.csd .dialog-action-area .button:first-child {
border-left-style: none;
border-bottom-left-radius: 7px; }
border-bottom-left-radius: 7px;
outline-bottom-left-radius: 5px; }
GtkFileChooserDialog .search-bar {
background-color: #ffffff;