Hi there,
i just noticed something weird: i have a button with a 2px border, but when you click on it without letting go, the top border gets set to 1px. i found this in button.css:
.avia-button:active{border-bottom-width: 0px; border-top-width: 1px !important; border-top-style: solid;}
i wonder why this is set to important, because i cant overwrite it in my css. i can only change it within the button.css…
Hey,
Thanks for contacting us!
Could you please post a link to your page and point out the button?
Regards,
Yigit
hi yigit,
i dont really need help here, i was just wondering why. its about the standard avia-button and within button.css its stating:
.avia-button:active{border-bottom-width: 0px; border-top-width: 1px !important; border-top-style: solid;}
which leads to the problem i just mentioned. if you have a border wider than 1px it gets reduced to 1px on click …