3
0

2 Commits ccc31fa741 ... c0fb8dc844

Autor SHA1 Mensagem Data
  liupeng c0fb8dc844 Merge branch 'master' of http://git.yvanui.com/jztd/yvan-ext 3 anos atrás
  liupeng 1e46833801 样式修改 3 anos atrás
1 arquivos alterados com 35 adições e 0 exclusões
  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{
     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{
     background: #5cb85c;
     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{
     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*/
 .wotu-ui .x-form-readonly .x-form-trigger-wrap{
     border:none