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