瀏覽代碼

Merge remote-tracking branch 'origin/master'

luoyifan 2 年之前
父節點
當前提交
5c554d6cd4
共有 1 個文件被更改,包括 56 次插入7 次删除
  1. 56 7
      dist/dark.css

+ 56 - 7
dist/dark.css

@@ -1,3 +1,6 @@
+.wotu-ui .main-header .header-menu .x-btn-wrap-default-small.x-btn-arrow-right:after{
+ color: #fff;
+}
 .main-header > .x-panel-bodyWrap > .x-panel-body > .x-box-inner{
  background: #000
 }
@@ -17,7 +20,7 @@
  box-sizing: content-box;
 }
 .x-autowidth-table .x-grid-item{
- background: #212121;
+ background: #333;
 }
 .wotu-ui .main-tree-left .x-panel-bodyWrap > .x-box-layout-ct{
  background: #212121;
@@ -75,9 +78,10 @@
 .wotu-ui .main-tree-left .x-grid-item{
  color:#fff;
  font-weight: 400;
+ background: #212121;
 }
 .wotu-ui .main-tree-left  .x-grid-row[aria-selected="true"]{
- color:#fff
+ color:#fff;
 }
 .wotu-ui .main-tree-left .x-tree-icon-parent{
  color:#fff
@@ -96,6 +100,7 @@
 }
 .x-splitter-vertical{
  cursor: col-resize;
+ background: #000;
 }
 .main-content > .x-panel-bodyWrap{
  background: #212121;
@@ -124,7 +129,8 @@
  background: #212121;
 }
 .wotu-ui .main-content div.x-border-layout-ct{
-  background: #212121;
+  /*background: #212121;*/
+ background: #333;
 }
 .wotu-ui .main-content .x-panel-bodyWrap > .x-box-layout-ct{
  background: #333;
@@ -187,6 +193,8 @@
 }
 .x-toolbar{
  border-bottom:1px solid #000;
+ background: #333;
+ border-color: #000;
 }
 .wotu-ui .x-grid-locked-split .x-grid-inner-normal{
  border-color:#505050;
@@ -274,11 +282,31 @@
 .x-grid-scrollbar-clipper-locked, .x-grid-scrollbar-locked{
  border-color: #4f5050;
 }
+.x-grid-item-selected .x-selmodel-column .x-grid-checkcolumn:after{
+ color: #fff;
+}
+.x-progress-default{
+ background-color: #636161;
+}
+.x-progress-default .x-progress-text-back{
+ color: #fff;
+}
+.x-progress-default .x-progress-bar-default{
+ background-color: #6686a1;
+}
+.x-grid-record-bg-red.x-grid-row{
+ background: #c36d6d;
+}
+.x-grid-record-bg-green.x-grid-row{
+ background: #5b8c3c;
+}
+.large-red span.x-form-item-label-text{
+ color: #d35858;
+}
 /*-------------------*/
 .wotu-ui .x-panel-body-default{
  background: #333;
 }
-
 .x-collapse-el{
  background-color: #404040;
  color: #989898
@@ -313,7 +341,7 @@
  border-left-color: #5e5e5e;
 }
 .x-btn.x-btn-disabled.x-btn-default-toolbar-small{
- background-color: #7f7f7f;
+ background-color: #333;
 }
 .x-btn.x-btn-disabled .x-btn-inner-default-toolbar-small,.x-btn.x-btn-disabled .x-btn-icon-el-default-toolbar-small{
  color: #cbcbcb;
@@ -336,11 +364,17 @@ input:-ms-input-placeholder { /* Internet Explorer 10+  9b9b99*/
  color: #fff;
  font-weight: 400;
 }
+input[aria-disabled="true"]{
+ background: #383838
+}
 .x-form-text-default{
  color: #fff;
 }
+.x-form-text-default[readonly="readonly"]{
+ background: #212020
+}
 .x-form-trigger-default{
- background: #000;
+ background: #383838;
  color: #ffffff;
 }
 .wotu-ui li.x-boundlist-selected{
@@ -392,6 +426,16 @@ input:-ms-input-placeholder { /* Internet Explorer 10+  9b9b99*/
 .x-form-cb-label-default.x-form-cb-label-after{
  color: #fff;
 }
+.x-form-spinner-default{
+ background-color: #383838;
+ color: #f7f7f7;
+}
+.wotu-ui .x-form-trigger-wrap > div.x-form-trigger.x-form-clear-trigger{
+ padding-left: 5px;
+}
+.x-form-display-field-default{
+ color: #fff;
+}
 /*searchbox*/
 .x-boundlist>.x-panel>.x-panel-header{
  background: #212121;
@@ -514,7 +558,7 @@ input:-ms-input-placeholder { /* Internet Explorer 10+  9b9b99*/
  font-weight: 400;
 }
 .x-tab.x-tab-active.x-tab-default{
- background-color: #767676;
+ background-color: #333;
 }
 .x-keyboard-mode .x-tab-focus.x-tab-active.x-tab-default{
  background-color: #767676;
@@ -599,4 +643,9 @@ a.x-monthpicker-item-inner:hover{
 }
 .x-boundlist{
  border-color:#7d7b7b
+}
+.large-red input.x-form-field {
+ font-size: 18px;
+ color: #cc6565;
+ font-weight: bold;
 }