need button border for mobile
i have tried to create a border around buttons with the following css: .ow-button-hover { border-color: #000 !important; } .ow-button-hover:hover { border-color: #000 !important; } This works fine for computers but this does not work for mobile or pad. What…