Want the a navbar item to be clickable but return to previous color.
Posted: Wed Nov 16, 2016 2:33 pm
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello,
Please set a background color for the CSS class "ui-btn-active": prehtml head + body .ui-btn.ui-btn-f.ui-btn-active{
background: #3498db /{f-bup-background-color}/;
border-color: #8dc6ec /{f-bup-border}/;
color: #ffffff /{f-bup-color}/;
text-shadow: 0 /{f-bup-shadow-x}/ 0px /{f-bup-shadow-y}/ 0 /{f-bup-shadow-radius}/ #7a7a7a /{f-bup-shadow-color}/;
}/pre