0
我搜索了四周,但無論我嘗試,我無法讓我的按鈕具有零全球邊界半徑。這不行,任何人都可以幫忙嗎?謝謝!Bootstrap 3按鈕 - 更改邊框半徑
.btn btn-default{
border-radius: 0px!important;
-webkit-border-radius: 0px!important;
-moz-border-radius: 0px!important;
}
的[正確的方式在Twitter的引導,以創建圓角(可能的複製http://stackoverflow.com/questions/12084121/correct-way-to-create-rounded-corners-in- twitter-bootstrap) –
您的類選擇器在'btn-default'之前缺少'.'。 – solarissmoke