Adm*_*vić 6 css rounded-corners css3 twitter-bootstrap
我正在尝试在Twitter Bootstrap模式关闭图标上做一些样式.这是我正在使用的CSS:
.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;
}
Run Code Online (Sandbox Code Playgroud)
它在Chrome/IE上运行得相当不错,但有时在Firefox上我会遇到奇怪的行为(附图像).是否还有其他CSS规则供我在Firefox上使用此工作?