1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-09 15:16:51 +02:00

Added disabled styles to pager

This commit is contained in:
Dave Wasmer
2012-02-28 18:39:35 -05:00
parent 3d58b46226
commit ff8b997a1f

View File

@@ -28,3 +28,9 @@
.pager .previous a {
float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
color: @grayLight;
background-color: #fff;
cursor: default;
}