mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
fix #9743: pager hover background should be light gray
This commit is contained in:
parent
3505606d34
commit
ab700d753c
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
@ -4132,7 +4132,7 @@ button.close {
|
|||||||
.pager li > a:hover,
|
.pager li > a:hover,
|
||||||
.pager li > a:focus {
|
.pager li > a:focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #428bca;
|
background-color: #eeeeee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pager .next > a,
|
.pager .next > a,
|
||||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -23,7 +23,7 @@
|
|||||||
> a:hover,
|
> a:hover,
|
||||||
> a:focus {
|
> a:focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: @pagination-active-bg;
|
background-color: @pagination-hover-bg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user