mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-22 19:27:57 -07:00
7 lines
185 B
CSS
7 lines
185 B
CSS
/* Change Show Apps icon to macOS Launchpad icon */
|
|
|
|
.show-apps .show-apps-icon {
|
|
color: transparent;
|
|
background-image: url("./launchpad.png");
|
|
background-size: contain;
|
|
} |