/* Only for [[晓山瑞希]] */
/* remove box shadow of Radio Buttons in Dialog Box */
.textToggleDisplayButtonLabel {
box-shadow: none !important;
}
/* hide Radio Buttons in Dialog Box */
#dialogbox * input[type=radio]{
display: none;
}
/* [[Category:在主命名空间下的CSS页面]] */