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;
|
|
} |