theme.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .ngGrid {
  2. background-color: transparent;
  3. }
  4. .ngVerticalBarVisible {
  5. background-color: #edf1f2;
  6. }
  7. .ngTopPanel {
  8. position: relative;
  9. z-index: 1;
  10. background-color: #fff;
  11. border-bottom: 1px solid #edf1f2;
  12. }
  13. .ngTopPanel .ngHeaderContainer{
  14. border-bottom: 1px solid #edf1f2;
  15. }
  16. .ngGroupPanel {
  17. background-color: #fff;
  18. border-bottom: 1px solid #edf1f2;
  19. }
  20. .ngGroupName {
  21. background-color: #fff;
  22. border: 1px solid #edf1f2;
  23. }
  24. .ngRow {
  25. position: absolute;
  26. border-bottom: 1px solid #edf1f2;
  27. }
  28. .ngRow.odd {
  29. background-color: #fff;
  30. }
  31. .ngRow.even {
  32. background-color: #fafbfc;
  33. }
  34. .ngRow.selected {
  35. background-color: #edf1f2;
  36. }
  37. .ngFooterPanel {
  38. padding: 0 5px;
  39. background-color: #fff;
  40. border-top: 1px solid #edf1f2;
  41. }
  42. .ngPagerFirstBar {
  43. border-left: 2px solid #99a6ad;
  44. }
  45. .ngPagerFirstTriangle {
  46. border-color: transparent #99a6ad transparent transparent;
  47. }
  48. .ngPagerLastTriangle {
  49. border-color: transparent transparent transparent #99a6ad;
  50. }
  51. .ngPagerLastBar {
  52. border-left: 2px solid #99a6ad;
  53. }
  54. .ngPagerButton {
  55. background-color: #fff;
  56. border: 1px solid #dee5e7;
  57. }
  58. .ngHeaderText,
  59. .ngCellText{
  60. padding: 5px 10px;
  61. }
  62. .ngFooterSelectedItems{padding-top: 0; margin-top: -4px}
  63. .ngGridMaxPagesNumber{position: relative; top: -6px}
  64. .ngGrid input,
  65. .ngGrid select{
  66. border: 1px solid #cfdadd;
  67. }
  68. .ngGrid input{line-height: 18px}
  69. .ngViewport{overflow-x:hidden;}