Disable hover function in default button class
Disable hover function in default button class
Description of problem:
Hello everyone. I want to disable hover function in default class button. I'm tried different types of using css language, but there is no success. Can you please help me to found the right solution?At least give some documentation, will be great.
What I'm trying to use:
.dt-button.default:hover { background-color: black;}
Answers
I'm not quite following as by default the buttons don't have a tooltip. But you can use
titleAttr
to set it, see here,Colin