7 lines
186 B
CSS
7 lines
186 B
CSS
.toolbar-icon.toolbar-icon-admin-toolbar-tools-help:before {
|
|
content: '';
|
|
background-image: url(../../images/icons/drupal.svg);
|
|
background-position: center center;
|
|
padding: 0;
|
|
}
|