This commit is contained in:
Rushabh Mehta 2014-09-11 10:41:45 +05:30
parent 09e6e60772
commit 46bc8a8583

View file

@ -915,7 +915,7 @@ a {
}
a:hover,
a:focus {
color: #000;
color: #2980b9;
text-decoration: underline;
}
a:focus {
@ -3129,7 +3129,7 @@ fieldset[disabled] .btn-link {
}
.btn-link:hover,
.btn-link:focus {
color: #000;
color: #2980b9;
text-decoration: underline;
background-color: transparent;
}
@ -4440,7 +4440,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #000;
color: #2980b9;
background-color: #eee;
border-color: #ddd;
}
@ -6361,4 +6361,8 @@ ul.with-margin li,
ol.with-margin li {
margin: 7px auto;
}
a:hover,
a:focus {
text-decoration: none;
}
/*# sourceMappingURL=bootstrap.css.map */