mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 00:40:24 +00:00
Added disabled styles to pager
This commit is contained in:
parent
3d58b46226
commit
ff8b997a1f
1 changed files with 6 additions and 0 deletions
|
|
@ -28,3 +28,9 @@
|
|||
.pager .previous a {
|
||||
float: left;
|
||||
}
|
||||
.pager .disabled a,
|
||||
.pager .disabled a:hover {
|
||||
color: @grayLight;
|
||||
background-color: #fff;
|
||||
cursor: default;
|
||||
}
|
||||
Loading…
Reference in a new issue