TROMjaro 2023.08.12

This commit is contained in:
2023-08-12 18:11:16 +02:00
parent 803ca2ad3c
commit 5ce34e5153
1794 changed files with 315 additions and 871 deletions

View File

@ -1,8 +1,21 @@
/* Taller or wider buttons */
#docklike-plugin button {
min-height: 48px;
min-width: 20px;
}
/* Better padding for the panel app icons */
#docklike-plugin button {padding: 5px;}
/* Highlight active and hover group for the panel app icons */
#docklike-plugin .active_group { background-color: alpha(white, 0.2); }
#docklike-plugin .hover_group { transition: background-size 0.3s ease; background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 0%);}
/* Make opened windows count number more visible */
#docklike-plugin .group .window_count {
font-size:20px;
color: white;
text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000,
1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;}
/* Whisker menu icon fix */
#whiskermenu-button image { -gtk-icon-transform: scale(1.5); min-height: 44px; min-width: 44px; }