RowExpander.css 707 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .custom-ass .x-grid-cell{
  2. border-top-color: #999;
  3. border-top-style: dashed;
  4. background: #ffdab9 !important;
  5. font-style: italic !important
  6. }
  7. .x-grid-rowwrap-div {
  8. border-width: 0;
  9. }
  10. .u-table>tbody>tr:nth-child(odd) {
  11. background-color: #f9f9f9;
  12. }
  13. .u-table>tbody>tr>td {
  14. padding: 5px;
  15. line-height: 1.4;
  16. vertical-align: top;
  17. border: solid #ddd;
  18. border-width: 1px 1px 0 1px;
  19. position: relative;
  20. font-style: italic;
  21. font-size: 13px
  22. }
  23. .u-icon {
  24. display: none;
  25. cursor: pointer;
  26. position: absolute;
  27. background-repeat: no-repeat;
  28. width: 16px;
  29. height: auto;
  30. top: 6px;
  31. left: auto;
  32. bottom: 0;
  33. right: 5px;
  34. }
  35. .u-table>tbody>tr:hover .u-icon {
  36. display: block;
  37. }
  38. .text-right {
  39. text-align: right;
  40. }