2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

gray out links for active state on pagination

This commit is contained in:
Mark Otto
2012-01-14 23:33:42 -08:00
parent 16eccc43d9
commit f989c6892f
3 changed files with 8 additions and 1 deletions
+3
View File
@@ -30,6 +30,9 @@
.pagination .active a {
background-color: #f5f5f5;
}
.pagination .active a {
color: @grayLight;
}
.pagination .disabled a,
.pagination .disabled a:hover {
color: @grayLight;