14 lines
283 B
CSS
14 lines
283 B
CSS
/**
|
|
* @file
|
|
* Styling for the user module icons.
|
|
*/
|
|
|
|
/**
|
|
* Toolbar tab icon.
|
|
*/
|
|
.toolbar-bar .toolbar-icon-examples:before,
|
|
.toolbar-bar .toolbar-icon-examples:active:before,
|
|
.toolbar-bar .toolbar-icon-examples.active:before {
|
|
background-image: url(../images/examples.svg);
|
|
}
|