Adwaita: set the right background color for message dialogs

This commit is contained in:
Lapo Calamandrei 2015-01-28 18:19:20 +01:00
parent 3f4df0644c
commit f07ac793fe
2 changed files with 8 additions and 0 deletions

View File

@ -2779,6 +2779,12 @@ GtkCalendar {
.message-dialog { // Message Dialog styling
-GtkDialog-button-spacing: 0;
@if $variant==light {
// the bright variant as a slightly darker bg which in this case clashes with the window decoration, overriding
&.background { background-color: $bg_color; }
}
.titlebar {
border-style: none;
box-shadow: inset 0 1px $borders_edge;

View File

@ -3972,6 +3972,8 @@ GtkCalendar {
.message-dialog {
-GtkDialog-button-spacing: 0; }
.message-dialog.background {
background-color: #ededed; }
.message-dialog .titlebar {
border-style: none;
box-shadow: inset 0 1px white; }