25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
345 B

  1. .slick-cell {
  2. font-size: 12px;
  3. }
  4. .slick-header-column, .slick-cell {
  5. -webkit-box-sizing: content-box;
  6. -moz-box-sizing: content-box;
  7. box-sizing: content-box;
  8. }
  9. .slick-headerrow-column {
  10. background: #87ceeb;
  11. text-overflow: clip;
  12. }
  13. .slick-headerrow-column input {
  14. margin: 0;
  15. padding: 0;
  16. width: 100%;
  17. min-height: 20px;
  18. }