* [GTK 3.20] Optimised message dialog.
parent
ea2a1710ee
commit
241354db0c
|
@ -40,13 +40,20 @@
|
||||||
************/
|
************/
|
||||||
|
|
||||||
@include exports("dialogs") {
|
@include exports("dialogs") {
|
||||||
messagedialog, .message-dialog, .prompt {
|
messagedialog {
|
||||||
-GtkDialog-content-area-border: 0;
|
|
||||||
-GtkDialog-action-area-border: $spacing;
|
-GtkDialog-action-area-border: $spacing;
|
||||||
-GtkDialog-button-spacing: 0;
|
-GtkDialog-button-spacing: 0;
|
||||||
|
|
||||||
margin: 0;
|
.titlebar {
|
||||||
padding: 0;
|
min-height: 20px;
|
||||||
|
background-image: none;
|
||||||
|
background-color: $bg_color;
|
||||||
|
border-style: none;
|
||||||
|
border-top-left-radius: $roundness;
|
||||||
|
border-top-right-radius: $roundness;
|
||||||
|
|
||||||
|
&:backdrop { @include linear-gradient($backdrop_bg_color); }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
printdialog {
|
printdialog {
|
||||||
|
|
Loading…
Reference in New Issue