|
@@ -373,6 +373,16 @@
|
|
|
}
|
|
|
.wotu-ui .x-tab-bar-plain.x-tab-bar .x-tab.x-tab-active.x-tab-default{
|
|
|
background: #fff;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.wotu-ui .x-tab-bar-plain.x-tab-bar .x-tab.x-tab-active.x-tab-default:after{
|
|
|
+ width: 100%;
|
|
|
+ height: 1px;
|
|
|
+ background: #000;
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ left:0;
|
|
|
+ bottom:-1px
|
|
|
}
|
|
|
.wotu-ui .x-tab-bar-plain.x-tab-bar .x-tab.x-tab-default .x-tab-close-btn{
|
|
|
top: 10px;
|
|
@@ -509,7 +519,13 @@
|
|
|
.wotu-ui .x-datepicker-footer .x-btn-default-small{
|
|
|
background: #004c8b;
|
|
|
}
|
|
|
+/*.wotu-ui .x-btn-default-small{*/
|
|
|
+/* background:#004c8b ;*/
|
|
|
+/*}*/
|
|
|
/*form*/
|
|
|
.wotu-ui .x-form-readonly .x-form-trigger-wrap{
|
|
|
border:none
|
|
|
+}
|
|
|
+.wotu-ui .x-menu-item-default.x-menu-item-focus,.wotu-ui .x-menu-item-default.x-menu-item-active{
|
|
|
+ background: #004c8b;
|
|
|
}
|