Blame view

WebRoot/plugins/websocketInstantMsg/ext4/ux/css/CheckHeader.css 351 Bytes
ad5081d3   孙向锦   初始化项目
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  .x-grid-checkheader {
      height: 14px;
      background-image: url('images/unchecked.gif');
      background-position: 50% -2px;
      background-repeat: no-repeat;
      background-color: transparent;
  }
  
  .x-grid-checkheader-checked {
      background-image: url('images/checked.gif');
  }
  
  .x-grid-checkheader-editor .x-form-cb-wrap {
      text-align: center;
  }