Fixed #396
This commit is contained in:
parent
ae251bd833
commit
85f71f4540
2 changed files with 19 additions and 9 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
border-radius: $wm_radius;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: _solid($osd_bg_color);
|
||||
background-color: transparent;
|
||||
.gala-notification,
|
||||
window.notification .draw-area {
|
||||
border: 1px solid rgba(black, 0.75);
|
||||
border-radius: $wm_radius;
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue