mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-23 07:50:23 +00:00
applied @pagination-bg for .disabled state instead of hardcoded color in hex
This commit is contained in:
parent
67a5d8ce74
commit
4bd6abaff2
2 changed files with 2 additions and 2 deletions
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
|
|
@ -4242,7 +4242,7 @@ button.close {
|
|||
.pager .disabled > span {
|
||||
color: #999999;
|
||||
cursor: default;
|
||||
background-color: #fff;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.modal-open {
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
> a:focus,
|
||||
> span {
|
||||
color: @grayLight;
|
||||
background-color: #fff;
|
||||
background-color: @pagination-bg;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue