update
This commit is contained in:
parent
918e3fbc5d
commit
923ef117c8
3 changed files with 7 additions and 6 deletions
|
@ -1633,12 +1633,12 @@ headerbar {
|
||||||
&:backdrop { opacity: 0.65; background-image: none; }
|
&:backdrop { opacity: 0.65; background-image: none; }
|
||||||
}
|
}
|
||||||
|
|
||||||
stackswitcher, .stack-switcher {
|
stackswitcher {
|
||||||
box-shadow: inset 0 0 0 1px $light_borders_color;
|
box-shadow: inset 0 0 0 1px $light_borders_color;
|
||||||
border-radius: $bt_radius;
|
border-radius: $bt_radius;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
button {
|
> button {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
||||||
|
|
|
@ -301,9 +301,10 @@
|
||||||
//
|
//
|
||||||
// header-bar insensitive pushed button
|
// header-bar insensitive pushed button
|
||||||
//
|
//
|
||||||
color: rgba($header_fg, 0.35);
|
label, & { color: rgba($header_fg, 0.35); }
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@else if $t==osd {
|
@else if $t==osd {
|
||||||
|
|
|
@ -3072,10 +3072,10 @@ dialog.background.csd {
|
||||||
|
|
||||||
stack scrolledwindow {
|
stack scrolledwindow {
|
||||||
&.frame {
|
&.frame {
|
||||||
border-radius: $wm_radius;
|
border-radius: $bt_radius;
|
||||||
|
|
||||||
textview.view {
|
textview.view {
|
||||||
border-radius: $wm_radius;
|
border-radius: $bt_radius;
|
||||||
|
|
||||||
> text {
|
> text {
|
||||||
background: none;
|
background: none;
|
||||||
|
@ -3086,7 +3086,7 @@ dialog.background.csd {
|
||||||
}
|
}
|
||||||
|
|
||||||
viewport.frame {
|
viewport.frame {
|
||||||
&.view { border-radius: $wm_radius; }
|
&.view { border-radius: $bt_radius; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue