MediaWiki:Common.css:修订间差异

添加16字节 、​ 2024年5月23日 (星期四)
无编辑摘要
无编辑摘要
无编辑摘要
第53行: 第53行:
}
}
.comment-body textarea, .comment-preview {
.comment-body textarea, .comment-preview {
     border: 1px solid #ccc!important;
     border: 1px solid #ccc;
     border-radius: 4px!important;
     border-radius: 4px!important;
     background: white!important;
     background: white!important;
     padding-bottom: 15px;
     padding-bottom: 15px;
     font-size: 14px!important;
     font-size: 14px!important;
    outline: 0;
     transition: border-color 0.3s;
     transition: border-color 0.3s;
}
}
.comment-body textarea:focus {
.comment-body textarea:focus {
border: 1px solid #3F66E0;
border: 1px solid #3F66E0!important;
     border-radius: 4px;
     border-radius: 4px;
     box-shadow: 0px 0px 0px 2px #D1DDFC;
     box-shadow: 0px 0px 0px 2px #D1DDFC;
1,549

个编辑