Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-04-22 06:35:36 +0400
committerMark Otto <otto@github.com>2013-04-22 06:35:36 +0400
commite0d60b1325591a347d9e49e44be6d77401b07749 (patch)
tree67006fb996265c000c87dcf9a08dfcdedb12304c /less/pagination.less
parent364f8330a159f9448833d88740e259219883d404 (diff)
Fixes #7617: lowercase and dash gray color vars
Diffstat (limited to 'less/pagination.less')
-rw-r--r--less/pagination.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/pagination.less b/less/pagination.less
index c2158cef0b..bb44fa8cf9 100644
--- a/less/pagination.less
+++ b/less/pagination.less
@@ -27,14 +27,14 @@
}
.pagination > .active > a,
.pagination > .active > span {
- color: @grayLight;
+ color: @gray-light;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
- color: @grayLight;
+ color: @gray-light;
background-color: @pagination-bg;
cursor: default;
}