Browse Source

[css]

version-14
Rushabh Mehta 11 years ago
parent
commit
46bc8a8583
1 changed files with 7 additions and 3 deletions
  1. +7
    -3
      frappe/public/css/bootstrap.css

+ 7
- 3
frappe/public/css/bootstrap.css 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 */

Loading…
Cancel
Save