toolbar.css in Update helper 2.x
/**
* Toolbar tab icon.
*/
.toolbar-bar .update-helper-checklist__toolbar-icon.toolbar-item {
color: orangered;
}
.toolbar-bar .update-helper-checklist__toolbar-icon:before,
.toolbar-bar .update-helper-checklist__toolbar-icon:active:before,
.toolbar-bar .update-helper-checklist__toolbar-icon.active:before {
background-image: url(../files/images/wrench.svg);
}
File
modules/update_helper_checklist/css/toolbar.css
View source
- /**
- * Toolbar tab icon.
- */
-
- .toolbar-bar .update-helper-checklist__toolbar-icon.toolbar-item {
- color: orangered;
- }
-
- .toolbar-bar .update-helper-checklist__toolbar-icon:before,
- .toolbar-bar .update-helper-checklist__toolbar-icon:active:before,
- .toolbar-bar .update-helper-checklist__toolbar-icon.active:before {
- background-image: url(../files/images/wrench.svg);
- }