Page 1 of 1

List click effect

Posted: Mon Nov 25, 2013 1:19 pm
by Ram

Dear Appery,

i have a long list with over 1000 items in it, when clicking on an item there's is no visual "click effect", how can i make the item visually "click-able"?

Thx much to you all!
Best,
R.


List click effect

Posted: Mon Nov 25, 2013 2:25 pm
by Kateryna Grynko

Hi Ram,

You would need to override the styles of button that is not pressed, for example, like this (for all buttons):
precode.ui-btn-down{
border: 1px solid #044062 ;
background: #396b9e;
font-weight: bold;
color: #fff ;
text-shadow: 0 1px 1px #194b7e;

background-image: linear-gradient( #5f9cc5 , #396b9e );
}/code/pre