Datalist.scss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .core-base-basepanel{
  2. background: $panel-body-background;
  3. .x-panel-default-outer-border-trl {
  4. border-top-color: #fff !important;
  5. border-top-width: 1px !important;
  6. border-right-color: #fff !important;
  7. border-right-width: 1px !important;
  8. border-left-color: #fff !important;
  9. border-left-width: 1px !important;
  10. }
  11. .x-panel-default-outer-border-rbl {
  12. border-top-color: #fff !important;
  13. border-top-width: 1px !important;
  14. border-right-color: #fff !important;
  15. border-right-width: 1px !important;
  16. border-left-color: #fff !important;
  17. border-left-width: 1px !important;
  18. border-bottom-color: #fff !important;
  19. border-bottom-width: 1px !important;
  20. }
  21. }
  22. .core-base-basepanel.x-panel-default-framed{
  23. border-color: #ffffff !important;
  24. }
  25. .core-base-gridpanel{
  26. .x-grid-body{
  27. border:1px solid #abdaff !important;
  28. border-top-width: 0 !important;
  29. }
  30. .x-grid-header-ct{
  31. border:1px solid #abdaff !important;
  32. }
  33. }
  34. .x-basepanel-pagingtoolbar{
  35. padding: 6px 0 5px 8px;
  36. border:1px solid #abdaff !important;
  37. border-top-width: 0 !important;
  38. }
  39. .x-btn-import-middle:after{
  40. content: ' ';
  41. display: block;
  42. width: 0;
  43. height: 0;
  44. border-style: solid;
  45. border-width: 15px 0 16px 18px;
  46. border-color: transparent transparent transparent #34baf6;
  47. position: absolute;
  48. left: 0;
  49. top: 0;
  50. }
  51. .x-btn-import-middle-next:after{
  52. content: ' ';
  53. display: block;
  54. width: 0;
  55. height: 0;
  56. border-style: solid;
  57. border-width: 15px 0 16px 18px;
  58. border-color: transparent transparent transparent #fff;
  59. position: absolute;
  60. left: 0;
  61. top: 0;
  62. }
  63. .x-btn-import-first{
  64. .x-btn-wrap{
  65. .x-btn-button{
  66. .x-btn-inner{
  67. color:#fff !important
  68. }
  69. }
  70. }
  71. }
  72. .x-btn-import-last{
  73. .x-btn-wrap{
  74. .x-btn-button{
  75. .x-btn-inner{
  76. color:#34baf6 !important
  77. }
  78. }
  79. }
  80. }
  81. .x-btn-import-last{
  82. .x-btn.x-btn-disabled.x-btn-default-toolbar-small .x-btn-inner-default-toolbar-small {
  83. color: #34baf6;
  84. }
  85. }
  86. .core-base-gridpanel{
  87. .tipWord{
  88. margin:3px 0 0 10px !important;
  89. }
  90. }