Mark6921260
Posts: 0
Joined: Mon Jun 09, 2014 3:35 pm

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

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

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

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

Return to “Issues”