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

Loading…
Cancel
Save