mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 07:23:02 +00:00
update
This commit is contained in:
parent
8c925ec344
commit
711894d803
@ -4673,11 +4673,11 @@ calendar {
|
|||||||
$messagedialog_bg: if($trans == 'true', rgba($bg_color, 0.95), $bg_color);
|
$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($messagedialog_bg, 1); }
|
&.background { background-color: $messagedialog_bg; }
|
||||||
|
|
||||||
.titlebar {
|
.titlebar {
|
||||||
min-height: 28px;
|
min-height: 28px;
|
||||||
background-color: rgba($messagedialog_bg, 1);
|
background-color: transparent;
|
||||||
border: none;
|
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 {
|
window.background.messagedialog {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user