settings

Tooltips

bookmark

Tooltips are small, interactive, textual hints for mainly graphical elements. When using icons for actions you can use a tooltip to give people clarification on its function.

Customize Tooltip
.material-tooltip {    background-color: indigo; /*background color*/}.material-tooltip>.tooltip-content {    color: white; /*text color*/}