mirror of https://github.com/twbs/bootstrap.git
applied @pagination-bg for .disabled state instead of hardcoded color in hex
This commit is contained in:
parent
67a5d8ce74
commit
4bd6abaff2
|
|
@ -4242,7 +4242,7 @@ button.close {
|
||||||
.pager .disabled > span {
|
.pager .disabled > span {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
background-color: #fff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-open {
|
.modal-open {
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
> a:focus,
|
> a:focus,
|
||||||
> span {
|
> span {
|
||||||
color: @grayLight;
|
color: @grayLight;
|
||||||
background-color: #fff;
|
background-color: @pagination-bg;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue