mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-01 11:20:26 +02:00
Fixes #6998: disabled background color properly on pagination
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
.pagination > .disabled > a:hover,
|
||||
.pagination > .disabled > a:focus {
|
||||
color: @grayLight;
|
||||
background-color: transparent;
|
||||
background-color: @pagination-background;
|
||||
cursor: default;
|
||||
}
|
||||
.pagination > li:first-child > a,
|
||||
|
Reference in New Issue
Block a user