15-Moonstone
April 20, 2020
Solved
Button selected style
- April 20, 2020
- 2 replies
- 4370 views
On click of a button I am getting border on all sides of a button.I want to get only border in the bottom.I tried using css but it doesn't work.
My css code :
#root_button-7 .button-element:active
{
border-style : solid;
border-width : 2px;
border-bottom-color : #77c5f9;
border-top : none;
border-right : none;
border-left : none;
}
Please find the attached file.

