[css]
This commit is contained in:
parent
09e6e60772
commit
46bc8a8583
1 changed files with 7 additions and 3 deletions
10
frappe/public/css/bootstrap.css
vendored
10
frappe/public/css/bootstrap.css
vendored
|
|
@ -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…
Add table
Reference in a new issue