diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index 62fb4e5..939e837 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -701,7 +701,45 @@ strong { background-color: rgba(67, 67, 67, 1) !important; } -// .ed-input.is-disabled .ed-input__wrapper{ -// background-color: rgba(37, 38, 38, 1) !important; -// box-shadow: 0 0 0 1px rgba(51, 51, 51, 0)inset; -// } \ No newline at end of file +.ed-input.is-disabled .ed-input__wrapper{ + background-color: rgba(37, 38, 38, 1) !important; + box-shadow: 0 0 0 1px rgba(51, 51, 51, 0)inset; +} +.de-el-dropdown-menu .dimension li{ + color: #ffffff !important; +} +.de-el-dropdown-menu .dimension li:hover{ + background-color: rgba(67, 67, 67, 1)!important; +} +.de-el-dropdown-menu-fixed .de-panel{ + background-color: rgba(37, 38, 38, 1)!important; +} +.de-el-dropdown-menu-fixed .de-panel .mod-left{ + color: #ffffff !important; +} +.de-el-dropdown-menu-fixed .de-panel .right-top{ + color: #ffffff !important; +} +.de-el-dropdown-menu-fixed .de-panel .autochecker-list .right-checkbox__label{ + color: #ffffff !important; +} +.de-el-dropdown-menu-fixed .de-panel .right-top .right-btn{ + color: #ffffff !important; +} +.de-el-dropdown-menu-fixed .de-panel .right-top .right-btn{ + background-color: rgba(37, 38, 38, 0) !important; + border:1px solid rgba(67, 67, 67, 1) !important; +} +.de-el-dropdown-menu-manu{ + background-color: rgba(37, 38, 38, 1) !important; +} +.de-el-dropdown-menu-manu .text-area .input{ + background-color: rgba(37, 38, 38, 1) !important; + color: #ffffff !important; +} +.de-el-dropdown-menu-manu .text-area .text-area-btn{ + background-color: rgba(37, 38, 38, 0) !important; +} +.de-el-dropdown-menu-fixed .de-panel .mod-left .ed-input__wrapper{ + background-color: rgba(37, 38, 38, 0) !important; +} \ No newline at end of file