forked from AuroraMiddleware/gtk
Adwaita: set the right background color for message dialogs
This commit is contained in:
parent
3f4df0644c
commit
f07ac793fe
@ -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;
|
||||
|
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user