Hi,
I Have a button and wish to make the background the same colour as the surrounding header. I have following css which colours the icon but not the border area, I have tried to set border and padding to 0 but this has no effect can you advise me on the correct method.
CSS:
background-image: url("../image/ic_drawer.png")!important;
background-color: #007aff!important;
border-style:solid;
border-color:#007aff;
border: 0px;
padding: opx;
width: 20px !important;
height: 24px;
Result: