GTK3: update theme tweaks for the new libhandy viewswitcher
This commit is contained in:
parent
b2e698bc00
commit
0816bcef50
@ -5204,10 +5204,14 @@ headerbar {
|
|||||||
background-image: -gtk-scaled(url("assets/kali-headerbar-logo-dark.png"), url("assets/kali-headerbar-logo-dark@2.png"));
|
background-image: -gtk-scaled(url("assets/kali-headerbar-logo-dark.png"), url("assets/kali-headerbar-logo-dark@2.png"));
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: left; }
|
background-position: left; }
|
||||||
|
.titlebar viewswitcher button > stack > box.narrow,
|
||||||
.titlebar hdyviewswitcher > button box.narrow,
|
.titlebar hdyviewswitcher > button box.narrow,
|
||||||
|
headerbar viewswitcher button > stack > box.narrow,
|
||||||
headerbar hdyviewswitcher > button box.narrow {
|
headerbar hdyviewswitcher > button box.narrow {
|
||||||
margin: -7px 0 -5px; }
|
margin: -7px 0 -5px; }
|
||||||
|
.titlebar viewswitcher button > stack > box.wide,
|
||||||
.titlebar hdyviewswitcher > button box.wide,
|
.titlebar hdyviewswitcher > button box.wide,
|
||||||
|
headerbar viewswitcher button > stack > box.wide,
|
||||||
headerbar hdyviewswitcher > button box.wide {
|
headerbar hdyviewswitcher > button box.wide {
|
||||||
margin: -8px 0; }
|
margin: -8px 0; }
|
||||||
.titlebar.default-decoration,
|
.titlebar.default-decoration,
|
||||||
|
|||||||
@ -5204,10 +5204,14 @@ headerbar {
|
|||||||
background-image: -gtk-scaled(url("assets/kali-headerbar-logo-dark.png"), url("assets/kali-headerbar-logo-dark@2.png"));
|
background-image: -gtk-scaled(url("assets/kali-headerbar-logo-dark.png"), url("assets/kali-headerbar-logo-dark@2.png"));
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: left; }
|
background-position: left; }
|
||||||
|
.titlebar viewswitcher button > stack > box.narrow,
|
||||||
.titlebar hdyviewswitcher > button box.narrow,
|
.titlebar hdyviewswitcher > button box.narrow,
|
||||||
|
headerbar viewswitcher button > stack > box.narrow,
|
||||||
headerbar hdyviewswitcher > button box.narrow {
|
headerbar hdyviewswitcher > button box.narrow {
|
||||||
margin: -7px 0 -5px; }
|
margin: -7px 0 -5px; }
|
||||||
|
.titlebar viewswitcher button > stack > box.wide,
|
||||||
.titlebar hdyviewswitcher > button box.wide,
|
.titlebar hdyviewswitcher > button box.wide,
|
||||||
|
headerbar viewswitcher button > stack > box.wide,
|
||||||
headerbar hdyviewswitcher > button box.wide {
|
headerbar hdyviewswitcher > button box.wide {
|
||||||
margin: -8px 0; }
|
margin: -8px 0; }
|
||||||
.titlebar.default-decoration,
|
.titlebar.default-decoration,
|
||||||
|
|||||||
@ -5225,10 +5225,14 @@ headerbar {
|
|||||||
background-image: -gtk-scaled(url("assets/kali-headerbar-logo.png"), url("assets/kali-headerbar-logo@2.png"));
|
background-image: -gtk-scaled(url("assets/kali-headerbar-logo.png"), url("assets/kali-headerbar-logo@2.png"));
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: left; }
|
background-position: left; }
|
||||||
|
.titlebar viewswitcher button > stack > box.narrow,
|
||||||
.titlebar hdyviewswitcher > button box.narrow,
|
.titlebar hdyviewswitcher > button box.narrow,
|
||||||
|
headerbar viewswitcher button > stack > box.narrow,
|
||||||
headerbar hdyviewswitcher > button box.narrow {
|
headerbar hdyviewswitcher > button box.narrow {
|
||||||
margin: -7px 0 -5px; }
|
margin: -7px 0 -5px; }
|
||||||
|
.titlebar viewswitcher button > stack > box.wide,
|
||||||
.titlebar hdyviewswitcher > button box.wide,
|
.titlebar hdyviewswitcher > button box.wide,
|
||||||
|
headerbar viewswitcher button > stack > box.wide,
|
||||||
headerbar hdyviewswitcher > button box.wide {
|
headerbar hdyviewswitcher > button box.wide {
|
||||||
margin: -8px 0; }
|
margin: -8px 0; }
|
||||||
.titlebar.default-decoration,
|
.titlebar.default-decoration,
|
||||||
|
|||||||
@ -163,6 +163,7 @@ headerbar {
|
|||||||
&:active, &:checked { @extend %button_active; }
|
&:active, &:checked { @extend %button_active; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
viewswitcher button > stack > box,
|
||||||
hdyviewswitcher > button box {
|
hdyviewswitcher > button box {
|
||||||
&.narrow { margin: -7px 0 -5px; }
|
&.narrow { margin: -7px 0 -5px; }
|
||||||
&.wide { margin: -8px 0; }
|
&.wide { margin: -8px 0; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user