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; }
|
&.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;
|
@extend %circular_button;
|
||||||
|
|
||||||
&:active, &:checked {
|
&:active, &:checked {
|
||||||
|
|
|
@ -389,7 +389,7 @@ window.background.csd {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
|
||||||
label {
|
label, image {
|
||||||
@if $monterey == 'false' {
|
@if $monterey == 'false' {
|
||||||
margin-bottom: -$container_padding / 2;
|
margin-bottom: -$container_padding / 2;
|
||||||
} @else {
|
} @else {
|
||||||
|
@ -513,16 +513,25 @@ headerbar.titlebar {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Gala
|
// Gala
|
||||||
.gala-notification {
|
.gala-notification,
|
||||||
border: 1px solid $dark_borders_color;
|
window.notification .draw-area {
|
||||||
|
border: 1px solid rgba(black, 0.75);
|
||||||
border-radius: $wm_radius;
|
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-image: _solid($osd_bg_color);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
.title, .label {
|
&, .title, .label, image {
|
||||||
color: $osd_fg_color;
|
color: $osd_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.urgent label.title {
|
||||||
|
color: $error_color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// system setting
|
// system setting
|
||||||
|
|
Loading…
Reference in a new issue