|
@@ -354,4 +354,121 @@
|
|
|
|
|
|
.x-message-box-error:before {
|
|
|
content: '\f057'
|
|
|
+}
|
|
|
+/*
|
|
|
+
|
|
|
+*/
|
|
|
+body.wotu-ui.x-border-layout-ct,.wotu-ui div.x-border-layout-ct{
|
|
|
+ background: #f0f2f5;
|
|
|
+}
|
|
|
+.wotu-ui.x-keyboard-mode .x-tab-focus.x-tab-default{
|
|
|
+ outline: none;
|
|
|
+}
|
|
|
+.wotu-ui .x-tab-bar-plain.x-tab-bar .x-tab.x-tab-default{
|
|
|
+ background: #dcdcdc;
|
|
|
+ border-radius: 3px 3px 0 0;
|
|
|
+ border: 1px solid #d9d9d9;
|
|
|
+ color: #333;
|
|
|
+ border-bottom: none;
|
|
|
+}
|
|
|
+.wotu-ui .x-tab-bar-plain.x-tab-bar .x-tab.x-tab-active.x-tab-default{
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+.wotu-ui .x-tab-bar-plain.x-tab-bar .x-tab.x-tab-default .x-tab-close-btn{
|
|
|
+ top: 10px;
|
|
|
+ right: 3px;
|
|
|
+}
|
|
|
+.wotu-ui .x-form-trigger-wrap>div.x-form-trigger{
|
|
|
+ width: 23px;
|
|
|
+}
|
|
|
+.wotu-ui .x-form-trigger-wrap>div.x-form-trigger.x-form-clear-trigger{
|
|
|
+ width: 12px;
|
|
|
+ font-size: 12px;
|
|
|
+ font-weight: inherit;
|
|
|
+}
|
|
|
+.wotu-ui .x-form-trigger-wrap>div.x-form-trigger:last-child{
|
|
|
+ width: 23px;
|
|
|
+}
|
|
|
+.wotu-ui.x-keyboard-mode .x-btn-focus.x-btn-default-toolbar-small{
|
|
|
+ box-shadow: none;
|
|
|
+}
|
|
|
+.wotu-ui .ext-btn-success,.wotu-ui .ext-btn-success.x-btn-disabled{
|
|
|
+ background: #5cb85c;
|
|
|
+ border-color: #4cae4c;
|
|
|
+}
|
|
|
+.wotu-ui .ext-btn-success .x-btn-icon-el-default-toolbar-small,.wotu-ui .ext-btn-success .x-btn-inner-default-toolbar-small{
|
|
|
+ color:#fff
|
|
|
+}
|
|
|
+.wotu-ui .ext-btn-success:hover{
|
|
|
+ background-color: #449d44;
|
|
|
+ border-color: #398439;
|
|
|
+}
|
|
|
+.wotu-ui.x-keyboard-mode .ext-btn-success.x-btn-focus.x-btn-default-toolbar-small{
|
|
|
+ background-color:#449d44;
|
|
|
+}
|
|
|
+.wotu-ui .ext-btn-primary,.wotu-ui .ext-btn-primary.x-btn-disabled{
|
|
|
+ background: #146bb3;
|
|
|
+ border-color: #004c8b;
|
|
|
+}
|
|
|
+.wotu-ui .ext-btn-primary .x-btn-icon-el-default-toolbar-small,.wotu-ui .ext-btn-primary .x-btn-inner-default-toolbar-small{
|
|
|
+ color:#fff
|
|
|
+}
|
|
|
+.wotu-ui .ext-btn-primary:hover{
|
|
|
+ background-color: #286090;
|
|
|
+ border-color: #204d74;
|
|
|
+}
|
|
|
+.wotu-ui.x-keyboard-mode .ext-btn-primary.x-btn-focus.x-btn-default-toolbar-small{
|
|
|
+ background-color:#286090;
|
|
|
+}
|
|
|
+.wotu-ui .ext-btn-warning,.wotu-ui .ext-btn-warning.x-btn-disabled{
|
|
|
+ background: #f0ad4e;
|
|
|
+ border-color: #eea236;
|
|
|
+}
|
|
|
+.wotu-ui .ext-btn-warning .x-btn-icon-el-default-toolbar-small,.wotu-ui .ext-btn-warning .x-btn-inner-default-toolbar-small{
|
|
|
+ color:#fff
|
|
|
+}
|
|
|
+.wotu-ui .ext-btn-warning:hover{
|
|
|
+ background-color: #ec971f;
|
|
|
+ border-color: #d58512;
|
|
|
+}
|
|
|
+.wotu-ui.x-keyboard-mode .ext-btn-warning.x-btn-focus.x-btn-default-toolbar-small{
|
|
|
+ background-color:#ec971f;
|
|
|
+}
|
|
|
+.wotu-ui .ext-btn-danger,.wotu-ui .ext-btn-danger.x-btn-disabled{
|
|
|
+ background: #d9534f;
|
|
|
+ border-color: #d43f3a;
|
|
|
+}
|
|
|
+.wotu-ui .ext-btn-danger .x-btn-icon-el-default-toolbar-small,.wotu-ui .ext-btn-danger .x-btn-inner-default-toolbar-small{
|
|
|
+ color:#fff
|
|
|
+}
|
|
|
+.wotu-ui .ext-btn-danger:hover{
|
|
|
+ background-color: #c9302c;
|
|
|
+ border-color: #ac2925;
|
|
|
+}
|
|
|
+.wotu-ui.x-keyboard-mode .ext-btn-danger.x-btn-focus.x-btn-default-toolbar-small{
|
|
|
+ background-color: #c9302c;
|
|
|
+ border-color: #ac2925;
|
|
|
+}
|
|
|
+/*皮肤*/
|
|
|
+.wotu-ui .x-panel-header-default{
|
|
|
+ background: #004c8b;
|
|
|
+}
|
|
|
+.wotu-ui .x-tab-bar-default{
|
|
|
+ background: #004c8b;
|
|
|
+}
|
|
|
+.wotu-ui .x-tab.x-tab-active.x-tab-default .x-tab-inner-default{
|
|
|
+ color: #404040;
|
|
|
+}
|
|
|
+.wotu-ui .x-tree-icon-parent-expanded,.wotu-ui .x-tree-icon-leaf{
|
|
|
+ color: #404040;
|
|
|
+}
|
|
|
+.wotu-ui .x-grid-tree-node-expanded .x-tree-elbow-plus,.wotu-ui .x-grid-tree-node-expanded .x-tree-elbow-end-plus{
|
|
|
+ color: #404040;
|
|
|
+}
|
|
|
+.wotu-ui.x-keyboard-mode .x-grid-item-focused .x-grid-cell-inner:before{
|
|
|
+ border:none
|
|
|
+}
|
|
|
+/*form*/
|
|
|
+.wotu-ui .x-form-readonly .x-form-trigger-wrap{
|
|
|
+ border:none
|
|
|
}
|