Browse Source

dark主题

liupeng 2 năm trước cách đây
mục cha
commit
858296fa32
1 tập tin đã thay đổi với 15 bổ sung2 xóa
  1. 15 2
      dist/dark.css

+ 15 - 2
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
 }
@@ -124,7 +127,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;
@@ -392,6 +396,10 @@ 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: #000;
+ color: #f7f7f7;
+}
 /*searchbox*/
 .x-boundlist>.x-panel>.x-panel-header{
  background: #212121;
@@ -514,7 +522,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 +607,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;
 }