mirror of
https://github.com/twbs/bootstrap.git
synced 2025-04-06 23:57:36 +02:00
Fixes #6998: disabled background color properly on pagination
This commit is contained in:
parent
5a30e52aac
commit
38ba057dee
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@ -3687,7 +3687,7 @@ button.close {
|
|||||||
.pagination > .disabled > a:focus {
|
.pagination > .disabled > a:focus {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
background-color: transparent;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination > li:first-child > a,
|
.pagination > li:first-child > a,
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
.pagination > .disabled > a:hover,
|
.pagination > .disabled > a:hover,
|
||||||
.pagination > .disabled > a:focus {
|
.pagination > .disabled > a:focus {
|
||||||
color: @grayLight;
|
color: @grayLight;
|
||||||
background-color: transparent;
|
background-color: @pagination-background;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
.pagination > li:first-child > a,
|
.pagination > li:first-child > a,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user