GTK3: reduce Kali logo size in headerbar

This commit is contained in:
Daniel Ruiz de Alegría
2021-11-10 12:47:41 +01:00
parent 775929ea02
commit aa4108c078
9 changed files with 5 additions and 5 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

+1 -1
View File
@@ -5538,7 +5538,7 @@ headerbar.default-decoration {
background: transparent -gtk-scaled(url("assets/kali-headerbar-logo-dark.png"), url("assets/kali-headerbar-logo-dark@2.png")), linear-gradient(to top, rgba(10, 10, 10, 0), rgba(15, 15, 15, 0));
box-shadow: inset 0 1px rgba(238, 238, 236, 0.07);
background-color: #181a20;
background-position: -75px;
background-position: -35px;
background-repeat: no-repeat; }
.default-decoration.titlebar:not(headerbar) button.titlebutton,
headerbar.default-decoration button.titlebutton {