expandable.less 349 B

12345678910111213141516171819202122232425
  1. @import '../../../less/variables';
  2. .expandableRow {
  3. .ui-grid-row {
  4. &:nth-child(odd) .ui-grid-cell {
  5. background-color: @rowColorOdd;
  6. }
  7. &:nth-child(even) .ui-grid-cell {
  8. background-color: @rowColorEven;
  9. }
  10. }
  11. }
  12. .scrollFiller {
  13. float:left;
  14. border:1px solid @borderColor;
  15. }
  16. .ui-grid-expandable-buttons-cell { }