mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-28 02:00:23 +00:00
more breadcrumb tweaks for contrast
This commit is contained in:
parent
87ce3489d3
commit
d63ebe3f3c
2 changed files with 6 additions and 6 deletions
6
docs/assets/css/bootstrap.css
vendored
6
docs/assets/css/bootstrap.css
vendored
|
|
@ -4467,11 +4467,11 @@ input[type="submit"].btn.btn-mini {
|
|||
|
||||
.breadcrumb .divider {
|
||||
padding: 0 5px;
|
||||
color: #999999;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.breadcrumb .active a {
|
||||
color: #333333;
|
||||
.breadcrumb .active {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@
|
|||
}
|
||||
.divider {
|
||||
padding: 0 5px;
|
||||
color: #ccc;
|
||||
}
|
||||
.active {
|
||||
color: @grayLight;
|
||||
}
|
||||
.active a {
|
||||
color: @grayDark;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue