mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-20 02:07:56 -07:00
7 lines
183 B
CSS
7 lines
183 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;
|
|
} |