Browse Source

Merge remote-tracking branch 'origin/master'

liuzhuang 3 years ago
parent
commit
1cd9f75de1
1 changed files with 35 additions and 0 deletions
  1. 35 0
      src/wotu-ui.css

+ 35 - 0
src/wotu-ui.css

@@ -392,6 +392,13 @@ body.wotu-ui.x-border-layout-ct,.wotu-ui div.x-border-layout-ct{
 .wotu-ui.x-keyboard-mode .x-btn-focus.x-btn-default-toolbar-small{
 .wotu-ui.x-keyboard-mode .x-btn-focus.x-btn-default-toolbar-small{
     box-shadow: none;
     box-shadow: none;
 }
 }
+.wotu-ui .x-btn.x-btn-disabled{
+    cursor: not-allowed;
+}
+.wotu-ui .x-item-disabled, .wotu-ui .x-item-disabled *{
+    cursor: not-allowed;
+    pointer-events:auto;
+}
 .wotu-ui .ext-btn-success,.wotu-ui .ext-btn-success.x-btn-disabled{
 .wotu-ui .ext-btn-success,.wotu-ui .ext-btn-success.x-btn-disabled{
     background: #5cb85c;
     background: #5cb85c;
     border-color: #4cae4c;
     border-color: #4cae4c;
@@ -468,6 +475,34 @@ body.wotu-ui.x-border-layout-ct,.wotu-ui div.x-border-layout-ct{
 .wotu-ui.x-keyboard-mode .x-grid-item-focused .x-grid-cell-inner:before{
 .wotu-ui.x-keyboard-mode .x-grid-item-focused .x-grid-cell-inner:before{
     border:none
     border:none
 }
 }
+.wotu-ui .x-tree-elbow-plus, .wotu-ui .x-tree-elbow-end-plus,.wotu-ui .x-tree-icon-parent{
+    color: #404040;
+}
+.wotu-ui .x-window-header-default-top{
+    background: #004c8b;
+}
+.wotu-ui .x-window-default,.wotu-ui .x-window-header-default{
+    border-color:#004c8b
+}
+.wotu-ui .x-window-body-default{
+    border:none
+}
+.wotu-ui .x-window-header-default .x-tool-img{
+    background: #004c8b;
+}
+.wotu-ui.x-keyboard-mode .x-form-checkbox-focus.x-form-checkbox-default{
+    color:#004c8b;
+}
+.wotu-ui .x-boundlist-selected {
+    background: #004c8b;
+    border-color: #004c8b;
+}
+.wotu-ui .x-boundlist-item-over{
+    background: #004c8b;
+}
+.wotu-ui .x-boundlist-item{
+    border:none
+}
 /*form*/
 /*form*/
 .wotu-ui .x-form-readonly .x-form-trigger-wrap{
 .wotu-ui .x-form-readonly .x-form-trigger-wrap{
     border:none
     border:none