mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-24 20:26:35 -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.svg");
|
|
background-size: contain;
|
|
} |