添加边框到列表项选择

时间:2013-12-17 16:56:03

标签: listview sencha-touch-2 border listitem

       xtype:'list',
     // disableSelection: true,  
      scrollToTopOnRefresh: false,
      style:'background:red',
      store: 'PchatStore',
      selectedCls:'chatmsg',

image border is not applied to top

.chatmsg{

      border-bottom : 7px solid yellow;  

       border-left : 7px solid yellow;  

        border-right : 7px solid yellow; 

        border-top : 7px solid yellow;  

}

选择border项目时,list未应用于list

1 个答案:

答案 0 :(得分:0)

只尝试..

border: 7px solid yellow;