goups.less 509 B

12345678910111213141516171819202122
  1. @topPanelRadius: @gridBorderRadius - @gridBorderWidth;
  2. .ui-grid-group-panel {
  3. .gradient(@headerBackgroundColor, @headerGradientStart, @headerGradientStop);
  4. border-bottom: 1px solid @borderColor; // #D4D4D4
  5. .border-radius(@topPanelRadius, 0, 0, @topPanelRadius);
  6. min-height: 30px;
  7. }
  8. .ui-grid-group-panel .hidden {
  9. display: none;
  10. }
  11. .ui-grid-group-panel .description {
  12. margin-top: 5px;
  13. margin-left: 5px;
  14. }
  15. .ui-grid-group-list {
  16. list-style-type: none;
  17. margin: 0;
  18. padding: 0;
  19. }