mirror of
				https://github.com/potato47/ccc-devtools.git
				synced 2025-10-31 19:35:51 +00:00 
			
		
		
		
	增加一些遗留部分的css
This commit is contained in:
		| @@ -3,9 +3,17 @@ | |||||||
| } | } | ||||||
|  |  | ||||||
| .right-pane *, | .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; | 	border-color: #333 !important; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .el-popover, | ||||||
|  | .el-color-dropdown input, | ||||||
| .right-pane input, | .right-pane input, | ||||||
| .right-pane textarea, | .right-pane textarea, | ||||||
| .right-pane .el-checkbox__inner:not(.is-checked) { | .right-pane .el-checkbox__inner:not(.is-checked) { | ||||||
| @@ -18,7 +26,9 @@ | |||||||
| .right-pane .ant-tree, | .right-pane .ant-tree, | ||||||
| .right-pane .demo-split-pane, | .right-pane .demo-split-pane, | ||||||
| .right-pane .el-card, | .right-pane .el-card, | ||||||
| .right-pane .el-tree { | .right-pane .el-tree, | ||||||
|  | .el-color-dropdown, | ||||||
|  | .el-popover { | ||||||
| 	background-color: #222 !important; | 	background-color: #222 !important; | ||||||
| } | } | ||||||
|  |  | ||||||
| @@ -44,13 +54,15 @@ | |||||||
| 	background-color: #567 !important; | 	background-color: #567 !important; | ||||||
| } | } | ||||||
|  |  | ||||||
| .right-pane .el-switch.is-checked .el-switch__core, | .el-switch.is-checked .el-switch__core, | ||||||
| .right-pane .el-tree-node.is-current .el-tree-node__content, | .el-tree-node.is-current .el-tree-node__content, | ||||||
| .right-pane .el-checkbox__input.is-checked .el-checkbox__inner { | .el-checkbox__input.is-checked .el-checkbox__inner { | ||||||
| 	background-color: #367 !important; | 	background-color: #367 !important; | ||||||
| } | } | ||||||
|  |  | ||||||
| .right-pane .el-checkbox__label, | .right-pane .el-checkbox__label, | ||||||
| .right-pane .el-button { | .right-pane .el-button, | ||||||
|  | .el-color-dropdown, button { | ||||||
| 	color: #59a !important; | 	color: #59a !important; | ||||||
|  | 	background-color: #222 !important; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user