增加一些遗留部分的css

This commit is contained in:
wheatup 2019-04-08 19:33:00 +09:00
parent 7989e36892
commit 772626687f

View File

@ -3,9 +3,17 @@
}
.right-pane *,
.ivu-split-trigger {
.ivu-split-trigger,
.el-color-dropdown,
.el-color-dropdown *:not(.el-button--text),
.el-popover,
.el-popover * ,
#panelCtl .el-button{
border-color: #333 !important;
}
.el-popover,
.el-color-dropdown input,
.right-pane input,
.right-pane textarea,
.right-pane .el-checkbox__inner:not(.is-checked) {
@ -18,7 +26,9 @@
.right-pane .ant-tree,
.right-pane .demo-split-pane,
.right-pane .el-card,
.right-pane .el-tree {
.right-pane .el-tree,
.el-color-dropdown,
.el-popover {
background-color: #222 !important;
}
@ -44,13 +54,15 @@
background-color: #567 !important;
}
.right-pane .el-switch.is-checked .el-switch__core,
.right-pane .el-tree-node.is-current .el-tree-node__content,
.right-pane .el-checkbox__input.is-checked .el-checkbox__inner {
.el-switch.is-checked .el-switch__core,
.el-tree-node.is-current .el-tree-node__content,
.el-checkbox__input.is-checked .el-checkbox__inner {
background-color: #367 !important;
}
.right-pane .el-checkbox__label,
.right-pane .el-button {
.right-pane .el-button,
.el-color-dropdown, button {
color: #59a !important;
background-color: #222 !important;
}