DbfindTriggerPanel.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .x-window-dbfind{
  2. padding: 0px 0px 0px 0px !important;
  3. border:none;
  4. .x-window-header{
  5. border: none;
  6. background-color: #fff;
  7. }
  8. .x-title-text{
  9. padding-left: 7px;
  10. font-weight: 550;
  11. color: #35baf6;
  12. }
  13. .x-tbar-page-number .x-form-text{
  14. height: 16px !important;
  15. min-height: 16px;
  16. padding: 0px;
  17. text-align: center;
  18. }
  19. .x-tbar-page-number{
  20. width: 40px !important;
  21. }
  22. .x-title-text::before{
  23. margin-left: -10px;
  24. content: ' ';
  25. display: block;
  26. border-style: solid;
  27. border-radius: 4px;
  28. background-color: #34baf6;
  29. position: fixed;
  30. width: 0px;
  31. margin-top: 2px;
  32. height: 10px;
  33. }
  34. .x-tool-tool-el{
  35. color:#35baf6 !important;
  36. }
  37. .x-window-body{
  38. padding-top: 0px !important;
  39. // background-image: url(get-resource-path('images/default/win-bg-img.png'));
  40. }
  41. .x-toolbar-docked-top {
  42. padding: 6px 0 12px 0px;
  43. }
  44. .x-grid-header-ct {
  45. border: 1px solid #abdaff !important;
  46. }
  47. .x-grid-body {
  48. border-width: 1px;
  49. border-color: #abdaff;
  50. border-right-width: 1px !important;
  51. border-left-width: 1px !important;
  52. border-top-width: 0px !important;
  53. border-bottom-width: 1px !important;
  54. }
  55. .x-grid-paging-toolbar{
  56. padding: 2px 0 2px 8px;
  57. border: 1px solid #abdaff !important;
  58. border-top-width: 0px !important;
  59. }
  60. .x-paging-checkbox{
  61. margin-top:-3px !important;
  62. }
  63. }
  64. .x-window-searchPlanWindow{
  65. .x-title-text::before{
  66. display: none;
  67. }
  68. }