This commit is contained in:
2025-01-23 10:32:14 +08:00
parent 1f169dc517
commit 85fbbd84f2
22 changed files with 3164 additions and 3263 deletions

View File

@@ -1330,4 +1330,94 @@ a {
.word-container blue {
color: rgb(0, 130, 170) !important;
}
.tinymce-custom-button-blue {
font-weight: bold !important;
color: #007bff !important;
/* 设置字体颜色 */
}
.tinymce-custom-button-commentadd {
font-weight: bold !important;
background-color: #fef0f0 !important;
color: #f56c6c !important;
/* 设置字体颜色 */
fill: #f56c6c !important;
/* font-size:16px!important; */
/* 设置字体颜色 */
}
.tinymce-custom-button-commentadd svg {
fill: #f56c6c !important;
}
.tinymce-custom-button-delete {
font-weight: bold !important;
background-color: red !important;
color: #fff !important;
/* 设置字体颜色 */
fill: #fff !important;
/* font-size:16px!important; */
/* 设置字体颜色 */
}
.tinymce-custom-button-delete svg {
fill: #fff !important;
}
.tinymce-custom-button-edit {
font-weight: bold !important;
background-color: rgb(43, 129, 239) !important;
color: #fff !important;
/* 设置字体颜色 */
fill: #fff !important;
/* font-size:16px!important; */
/* 设置字体颜色 */
}
.tinymce-custom-button-edit svg {
fill: #fff !important;
}
.tinymce-custom-button-save {
font-weight: bold !important;
background-color: rgb(19, 188, 32) !important;
color: #fff !important;
/* 设置字体颜色 */
fill: #fff !important;
/* font-size:16px!important; */
/* 设置字体颜色 */
}
.tinymce-custom-button-addrow {
font-weight: bold !important;
background-color: #cbccd1 !important;
/* color: #fff !important; */
/* 设置字体颜色 */
/* fill: #fff !important; */
/* font-size:16px!important; */
/* 设置字体颜色 */
}
.tinymce-custom-button-save svg {
fill: #fff !important;
}
.tinymce-custom-button-removeblue {
font-weight: bold !important;
color: #007bff !important;
/* 设置字体颜色 */
text-decoration: line-through !important;
/* 设置字体颜色 */
}