glazed_helper.icons.css in DXPR Theme Helper 8
Styling for the user module icons.
File
css/glazed_helper.icons.cssView source
- /**
- * @file
- * Styling for the user module icons.
- */
-
- /**
- * Toolbar tab icon.
- */
- .toolbar-bar .toolbar-icon-glazed-helper:before {
- background-image: url(../images/glazed.svg);
- }
- .toolbar-bar .toolbar-icon-glazed-helper:active:before,
- .toolbar-bar .toolbar-icon-glazed-helper.active:before {
- background-image: url(../images/glazed.svg);
- }