123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .x-window-dbfind{
- padding: 0px 0px 0px 0px !important;
- border:none;
- .x-window-header{
- border: none;
- background-color: #fff;
- }
- .x-title-text{
- padding-left: 7px;
- font-weight: 550;
- color: #35baf6;
- }
- .x-tbar-page-number .x-form-text{
- height: 16px !important;
- min-height: 16px;
- padding: 0px;
- text-align: center;
- }
- .x-tbar-page-number{
- width: 40px !important;
- }
- .x-title-text::before{
- margin-left: -10px;
- content: ' ';
- display: block;
- border-style: solid;
- border-radius: 4px;
- background-color: #34baf6;
- position: fixed;
- width: 0px;
- margin-top: 2px;
- height: 10px;
- }
- .x-tool-tool-el{
- color:#35baf6 !important;
- }
- .x-window-body{
- padding-top: 0px !important;
- // background-image: url(get-resource-path('images/default/win-bg-img.png'));
- }
- .x-toolbar-docked-top {
- padding: 6px 0 12px 0px;
- }
- .x-grid-header-ct {
- border: 1px solid #abdaff !important;
- }
- .x-grid-body {
- border-width: 1px;
- border-color: #abdaff;
- border-right-width: 1px !important;
- border-left-width: 1px !important;
- border-top-width: 0px !important;
- border-bottom-width: 1px !important;
- }
- .x-grid-paging-toolbar{
- padding: 2px 0 2px 8px;
- border: 1px solid #abdaff !important;
- border-top-width: 0px !important;
- }
- .x-paging-checkbox{
- margin-top:-3px !important;
- }
- }
- .x-window-searchPlanWindow{
- .x-title-text::before{
- display: none;
- }
- }
|