DbfindTriggerPanel.scss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. border: 1px solid #abdaff !important;
  57. border-top-width: 0px !important;
  58. }
  59. }