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.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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.
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