This commit is contained in:
vinceliuice 2024-08-03 23:21:57 +08:00
parent 8c925ec344
commit 711894d803

View File

@ -4673,11 +4673,11 @@ calendar {
$messagedialog_bg: if($trans == 'true', rgba($bg_color, 0.95), $bg_color);
window.dialog.message { // Message Dialog styling
&.background { background-color: rgba($messagedialog_bg, 1); }
&.background { background-color: $messagedialog_bg; }
.titlebar {
min-height: 28px;
background-color: rgba($messagedialog_bg, 1);
background-color: transparent;
border: none;
}
@ -4720,16 +4720,6 @@ window.dialog.message { // Message Dialog styling
}
}
}
&.csd { // rounded bottom border styling for csd version
&.background {
border-bottom-left-radius: $wm_radius;
border-bottom-right-radius: $wm_radius;
border: none;
}
&.background, .titlebar { background-color: $messagedialog_bg; }
}
}
window.background.messagedialog {