Hello,
I have created a custom button.
But the hard coded style :
.button, .button-selected, .dropdown {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
text-align: center;
...
created to apply the styles to the button is breaking my template, because some parts of my template uses the same class name "dropdown".
Is there a way to limit the above style only to the buttons ? I think the problem is that the styles inherits from the google maps.
Please, help !