In Forms8.nsf,I use h_ShimmerSkin-h_StyleSheet to change the Lite model bg color.I use follows:.s-liteview-bg {
background-color:#dc002e;
}
.s-leftpanel-divider-lite{
border-right:1px solid #dc002e;
background-color:#dc002e;
font-size:1pt;
}
.s-view-lite {
background-color: #dc002e;
}
but color not change.I change the full model but
How can I custome the bg color for the Lite model?