TROMjaro XFCE joins and takes over the party

This commit is contained in:
Tio
2021-10-10 02:41:52 +02:00
parent 3766aba2b8
commit 06fc40343d
976 changed files with 12948 additions and 3 deletions

View File

@ -0,0 +1,17 @@
/* Taller or wider buttons */
#docklike-plugin button {
min-height: 48px;
min-width: 48px;
}
/* Brightly colored buttons */
#docklike-plugin .open_group {
background-color: rgba(0, 0, 0, 0);
}
#docklike-plugin .active_group {
background-color: rgba(140, 140, 140, 0.3);
}
#docklike-plugin .hover_group {
background-color: rgba(140, 140, 140, 0.3);
}