zk and sclass issue

DusFluolf

New Member
how to create styles for zk components, for examle grid? i try something like this:\[code\]<style>.mine{}.mine tr{}.mine tr td{ width: 16%; padding: 2px 5px 2px 1px;}.mine tr td input[type='text']{ width: 100%;}...</style>...<grid sclass="mine">...\[/code\]and it works.. but it's usual css, which shouldn't be used with zk.. i'm searching for better solution, please, help
 
Top