This commit is contained in:
Vince 2021-08-16 21:18:20 +08:00
parent ae251bd833
commit 85f71f4540
2 changed files with 19 additions and 9 deletions

View file

@ -779,7 +779,8 @@ button {
&.popup { padding-right: $container_padding; padding-left: $container_padding; }
}
&.close, &.circular { // The Bloody Circul Button
&.close, &.circular,
&.image-button.close:not(.circular) { // The Bloody Circul Button
@extend %circular_button;
&:active, &:checked {

View file

@ -389,7 +389,7 @@ window.background.csd {
padding: 0 10px;
min-height: 0;
label {
label, image {
@if $monterey == 'false' {
margin-bottom: -$container_padding / 2;
} @else {
@ -513,16 +513,25 @@ headerbar.titlebar {
}
// Gala
.gala-notification {
border: 1px solid $dark_borders_color;
.gala-notification,
window.notification .draw-area {
border: 1px solid rgba(black, 0.75);
border-radius: $wm_radius;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2),
0 3px 8px 2px rgba(0, 0, 0, 0.1),
0 5px 5px -3px rgba(0, 0, 0, 0.4),
0 8px 5px 1px rgba(0, 0, 0, 0.1),
inset 0 0 0 1px rgba(255, 255, 255, 0.08);
background-image: _solid($osd_bg_color);
background-color: transparent;
.title, .label {
&, .title, .label, image {
color: $osd_fg_color;
}
.urgent label.title {
color: $error_color;
}
}
// system setting