BasePanel.scss 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. .x-btn-menu-active{
  22. .x-btn-wrap{
  23. .x-btn-button{
  24. .x-btn-inner{
  25. color:#fff;
  26. }
  27. }
  28. }
  29. }
  30. }
  31. .core-base-gridpanel{
  32. .x-grid-body{
  33. border:1px solid #abdaff !important;
  34. border-top-width: 0 !important;
  35. }
  36. .x-grid-header-ct{
  37. border:1px solid #abdaff !important;
  38. }
  39. }
  40. .x-basepanel-pagingtoolbar{
  41. padding: 6px 0 5px 8px;
  42. border:1px solid #abdaff !important;
  43. border-top-width: 0 !important;
  44. }
  45. .x-btn-import-middle:after{
  46. content: ' ';
  47. display: block;
  48. width: 0;
  49. height: 0;
  50. border-style: solid;
  51. border-width: 15px 0 16px 18px;
  52. border-color: transparent transparent transparent #34baf6;
  53. position: absolute;
  54. left: 0;
  55. top: 0;
  56. }
  57. .x-btn-import-middle-next:after{
  58. content: ' ';
  59. display: block;
  60. width: 0;
  61. height: 0;
  62. border-style: solid;
  63. border-width: 15px 0 16px 18px;
  64. border-color: transparent transparent transparent #fff;
  65. position: absolute;
  66. left: 0;
  67. top: 0;
  68. }
  69. .x-btn-import-first{
  70. .x-btn-wrap{
  71. .x-btn-button{
  72. .x-btn-inner{
  73. color:#fff !important
  74. }
  75. }
  76. }
  77. }
  78. .x-btn-import-last{
  79. .x-btn-wrap{
  80. .x-btn-button{
  81. .x-btn-inner{
  82. color:#34baf6 !important
  83. }
  84. }
  85. }
  86. }
  87. .x-btn-import-last{
  88. .x-btn.x-btn-disabled.x-btn-default-toolbar-small .x-btn-inner-default-toolbar-small {
  89. color: #34baf6;
  90. }
  91. }