2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

change all anchor alert closes to buttons

This commit is contained in:
Mark Otto
2012-03-25 20:41:59 -07:00
parent ea437351ed
commit 473e5714f7
5 changed files with 30 additions and 12 deletions
+7
View File
@@ -1975,6 +1975,13 @@ table .span24 {
filter: alpha(opacity=40);
cursor: pointer;
}
button.close {
padding: 0;
cursor: pointer;
background-color: transparent;
border: 0;
-webkit-appearance: none;
}
.btn {
display: inline-block;
*display: inline;