This commit is contained in:
vinceliuice 2022-05-10 23:28:08 +08:00
parent 918e3fbc5d
commit 923ef117c8
3 changed files with 7 additions and 6 deletions

View file

@ -1633,12 +1633,12 @@ headerbar {
&:backdrop { opacity: 0.65; background-image: none; }
}
stackswitcher, .stack-switcher {
stackswitcher {
box-shadow: inset 0 0 0 1px $light_borders_color;
border-radius: $bt_radius;
padding: 0;
button {
> button {
margin: 0;
font-weight: 500;

View file

@ -301,9 +301,10 @@
//
// header-bar insensitive pushed button
//
color: rgba($header_fg, 0.35);
label, & { color: rgba($header_fg, 0.35); }
background-image: none;
background-color: transparent;
box-shadow: none;
}
@else if $t==osd {

View file

@ -3072,10 +3072,10 @@ dialog.background.csd {
stack scrolledwindow {
&.frame {
border-radius: $wm_radius;
border-radius: $bt_radius;
textview.view {
border-radius: $wm_radius;
border-radius: $bt_radius;
> text {
background: none;
@ -3086,7 +3086,7 @@ dialog.background.csd {
}
viewport.frame {
&.view { border-radius: $wm_radius; }
&.view { border-radius: $bt_radius; }
}
}