2013-09-01 45 views
6

我想在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上呢?

enter image description here

+1

使用jsfiddle重現您的問題 –

回答

0

這被證明是與使用英特爾圖形那幾個筆記本電腦(S)顯卡(S)的問題。有趣的是,只有Firefox容易受到這個問題的困擾。

0

根據Firefox的版本,你可能需要添加-moz-border-radius: 15px