2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

fixes #3845: add .btn-link for transparent buttons styled as links

This commit is contained in:
Mark Otto
2012-07-17 23:32:52 -07:00
parent cb1a59caa0
commit aac3736eea
5 changed files with 64 additions and 8 deletions
+20
View File
@@ -3175,6 +3175,26 @@ input[type="submit"].btn.btn-mini {
*padding-bottom: 1px;
}
.btn-link {
color: #0088cc;
cursor: pointer;
background-color: transparent;
background-image: none;
border-color: transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn-link:hover {
color: #005580;
text-decoration: underline;
background-color: transparent;
}
.btn-group {
position: relative;
*margin-left: .3em;