我想在Twitter的引導模式關閉圖標上做一些造型。這是我使用的CSS:造型Twitter的Bootstrap模態關閉圖標
.modal-header .close {
float: right !important;
margin-right: -30px !important;
margin-top: -30px !important;
background-color: white !important;
border-radius: 15px !important;
width: 30px !important;
height: 30px !important;
opacity: 1 !important;
}
它適用於Chrome/IE相當不錯,但是有時在Firefox我得到奇怪的行爲(圖像附後)。是否有額外的CSS規則,我必須提供這項工作在Firefox上呢?
使用jsfiddle重現您的問題 –