liupeng vor 2 Jahren
Ursprung
Commit
7ea8d536c2
1 geänderte Dateien mit 38 neuen und 5 gelöschten Zeilen
  1. 38 5
      dist/dark.css

+ 38 - 5
dist/dark.css

@@ -20,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;
@@ -78,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
@@ -99,6 +100,7 @@
 }
 .x-splitter-vertical{
  cursor: col-resize;
+ background: #000;
 }
 .main-content > .x-panel-bodyWrap{
  background: #212121;
@@ -191,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;
@@ -278,11 +282,28 @@
 .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;
+}
 /*-------------------*/
 .wotu-ui .x-panel-body-default{
  background: #333;
 }
-
 .x-collapse-el{
  background-color: #404040;
  color: #989898
@@ -317,7 +338,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;
@@ -340,11 +361,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{
@@ -400,6 +427,12 @@ input:-ms-input-placeholder { /* Internet Explorer 10+  9b9b99*/
  background-color: #000;
  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;