Fixed #175
This commit is contained in:
parent
95c51b30f8
commit
a626e49518
@ -3363,12 +3363,14 @@ calendar {
|
|||||||
// Dialogs
|
// Dialogs
|
||||||
//
|
//
|
||||||
|
|
||||||
|
$messagedialog_bg: if($trans == 'true', rgba($bg_color, 0.95), $bg_color);
|
||||||
|
|
||||||
messagedialog { // Message Dialog styling
|
messagedialog { // Message Dialog styling
|
||||||
&.background { background-color: rgba($bg_color, 0.95); }
|
&.background { background-color: rgba($messagedialog_bg, 1); }
|
||||||
|
|
||||||
.titlebar {
|
.titlebar {
|
||||||
min-height: 28px;
|
min-height: 28px;
|
||||||
background-color: rgba($bg_color, 0.95);
|
background-color: rgba($messagedialog_bg, 1);
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3417,6 +3419,8 @@ messagedialog { // Message Dialog styling
|
|||||||
border-bottom-right-radius: $wm_radius;
|
border-bottom-right-radius: $wm_radius;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.background, .titlebar { background-color: $messagedialog_bg; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3558,12 +3558,14 @@ calendar {
|
|||||||
// Dialogs
|
// Dialogs
|
||||||
//
|
//
|
||||||
|
|
||||||
|
$messagedialog_bg: if($trans == 'true', rgba($bg_color, 0.95), $bg_color);
|
||||||
|
|
||||||
window.dialog.message { // Message Dialog styling
|
window.dialog.message { // Message Dialog styling
|
||||||
&.background { background-color: rgba($bg_color, 0.95); }
|
&.background { background-color: rgba($messagedialog_bg, 1); }
|
||||||
|
|
||||||
.titlebar {
|
.titlebar {
|
||||||
min-height: 28px;
|
min-height: 28px;
|
||||||
background-color: rgba($bg_color, 0.95);
|
background-color: rgba($messagedialog_bg, 1);
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3621,6 +3623,8 @@ window.dialog.message { // Message Dialog styling
|
|||||||
border-bottom-right-radius: $wm_radius;
|
border-bottom-right-radius: $wm_radius;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.background, .titlebar { background-color: $messagedialog_bg; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user