Adwaita: fix outline radius for dialog-action-area buttons
https://bugzilla.gnome.org/show_bug.cgi?id=748013
This commit is contained in:
committed by
Matthias Clasen
parent
b28868cf72
commit
e1e5cd881e
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user