forked from Gitlink/forgeplus-react
21 lines
398 B
CSS
21 lines
398 B
CSS
/*帖子回復按鈕*/
|
|
a.commentsbtn.task-btn-blue {
|
|
background: #4CACFF !important;
|
|
}
|
|
|
|
.commentTab a.commentsbtn.task-btn-blue {
|
|
margin-right: 22px;
|
|
margin-top: 6px;
|
|
}
|
|
|
|
|
|
.editormd-grid-table-row a.editormd-emoji-btn.selected {
|
|
border-bottom: 2px solid #4CACFF !important;
|
|
}
|
|
|
|
.comment-item-editor {
|
|
clear: both;
|
|
width: 100%;
|
|
margin-top: 40px;
|
|
overflow: hidden;
|
|
} |