Page 1 of 1

Borderless back button

Posted: Fri Oct 17, 2014 10:18 pm
by Vittorio Tiozzo

Hello!
I want my back button to be borderless, but I haven't found the right css. Could you please help me? I've tried ui-toolbar-back-btn {
background-color: transparent !important;
border: none !important;
}

but it didn't help


Borderless back button

Posted: Sat Oct 18, 2014 4:16 am
by obullei

Hello!

Please take a look here:
http://api.jquerymobile.com/button/


Borderless back button

Posted: Mon Oct 20, 2014 12:11 pm
by Kateryna Grynko

Hi Vittorio,

You missed a dot before codeui-toolbar-back-btn/code:pre.ui-toolbar-back-btn {
background-color: transparent !important;
border: none !important;
} /preYou can also add codebox-shadow: none;/code to remove a shadow.