mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
more breadcrumb tweaks for contrast
This commit is contained in:
parent
87ce3489d3
commit
d63ebe3f3c
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 {
|
.breadcrumb .divider {
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
color: #999999;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb .active a {
|
.breadcrumb .active {
|
||||||
color: #333333;
|
color: #999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination {
|
.pagination {
|
||||||
|
@ -16,9 +16,9 @@
|
|||||||
}
|
}
|
||||||
.divider {
|
.divider {
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
|
color: #ccc;
|
||||||
|
}
|
||||||
|
.active {
|
||||||
color: @grayLight;
|
color: @grayLight;
|
||||||
}
|
}
|
||||||
.active a {
|
|
||||||
color: @grayDark;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user