
Shopper--ListView * { color : red }

Shopper--CategoryView > QFrame { color : black;}
Shopper--CategoryView > QFrame { 
                          background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
                          stop:0 white, stop: 0.4 gray, stop:1 white)
                          }
 
Shopper--ItemView, Shopper--ItemView * { color : green;
                                         margin: 0px;
                                         border: 0px ;
                                         padding: 0px ;
                                         font: large "Nokia Sans";
                                         font-size: 14pt;
/*                                         border-width: 1px ;
                                         border-color: red ;
*/
                                         }
Shopper--LabelEntry, Shopper--LabelEntry * { margin: 0px ;
                                             padding: 2px ;
                                             border: 1px solid gray }
