修改样式

This commit is contained in:
limengnan 2025-06-26 18:11:49 +08:00
parent 916b4c88fc
commit d9ae5e3f82

View File

@ -701,7 +701,45 @@ strong {
background-color: rgba(67, 67, 67, 1) !important; background-color: rgba(67, 67, 67, 1) !important;
} }
// .ed-input.is-disabled .ed-input__wrapper{ .ed-input.is-disabled .ed-input__wrapper{
// background-color: rgba(37, 38, 38, 1) !important; background-color: rgba(37, 38, 38, 1) !important;
// box-shadow: 0 0 0 1px rgba(51, 51, 51, 0)inset; 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;
}