mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 00:04:16 +03:00
Moved breadcrumb color to bootstrap-tweaks
Moved to color associated with the breadcrumb to the tweaks style sheet.
This commit is contained in:
parent
77460d4bca
commit
324ccc3664
|
@ -64,6 +64,10 @@ ul.breadcrumb {
|
||||||
margin: 70px 0 0 0;
|
margin: 70px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.breadcrumb li.active a {
|
||||||
|
color: #777;
|
||||||
|
}
|
||||||
|
|
||||||
.pagination>.disabled>a,
|
.pagination>.disabled>a,
|
||||||
.pagination>.disabled>a:hover,
|
.pagination>.disabled>a:hover,
|
||||||
.pagination>.disabled>a:focus {
|
.pagination>.disabled>a:focus {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user