What css-Class is needed to set the "touch"-effekt of an element?
e.g. the listview-Item.
This code does not work:
e.g. the listview-Item.
This code does not work:
#termin-listview li, #sk-listview li{ background:-moz-linear-gradient(top, #2468A5, #17436A); /* Firefox */ background : -webkit-gradient(linear, left top, left bottom, from(#2468A5), to(#17436A)); /* Safari, Chrome */}#termin-listview li:active, #sk-listview li:active{ background:-moz-linear-gradient(top, #ef652a, #ef652a); /* Firefox */ background : -webkit-gradient(linear, left top, left bottom, from(#ef652a), to(#ef652a)); /* Safari, Chrome */