Hello friends,
I am trying to change the background color of a page item which is of type 'Textarea'.
I have defined an Inline CSS class at the page level as:
.txt_area_color{
background-color:#8baef0;
}
.txt_area_color:hover{
background-color:#8baef0;
}
After that I have added the above CSS class in the CSS classes of Advanced section of the page item property.
It is changing the color of the page item but if I click on it, the color changes.
I want that the same color be there whether the user hovers the cursor or clicks on the page item.
Regards
Hawker