2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +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
+11
View File
@@ -16,3 +16,14 @@
cursor: pointer;
}
}
// Additional properties for button version
// iOS requires the button element instead of an anchor tag.
// If you want the anchor version, it requires `href="#"`.
button.close {
padding: 0;
cursor: pointer;
background-color: transparent;
border: 0;
-webkit-appearance: none;
}