Page 1 of 1

Want the a navbar item to be clickable but return to previous color.

Posted: Wed Nov 16, 2016 2:33 pm
by Mark6921260

Using one of the navbar items to clear a form.
After tapping this navbar item to clear the form, I want it to return back to the original color. I see when the item is tapped the ui-btn-active class is added, but I then want it to be removed. How do I do this.
Image

Image


Want the a navbar item to be clickable but return to previous color.

Posted: Thu Nov 17, 2016 10:17 am
by Serhii Kulibaba

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