Ram
Posts: 0
Joined: Fri Aug 02, 2013 12:15 pm

List click effect

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.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

List click effect

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

Return to “Issues”