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:
authorsyed <syed.sayal.shah@gmail.com>2013-07-26 16:04:15 +0400
committersyed <syed.sayal.shah@gmail.com>2013-07-26 16:04:15 +0400
commit1b8ba0d15925a02e1522590423e38a7c888ea062 (patch)
tree044a51c74366e965b331dbd95d1287cf3abde027 /less/pagination.less
parent2a51ebf671aca07cdb549c264a9b2c2dd3d7d540 (diff)
move things around :)
Moved pager, pagination, popovers, tooltip, progress bars & type properties to variables.less
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 dcab667b40..83b72e47ee 100644
--- a/less/pagination.less
+++ b/less/pagination.less
@@ -42,7 +42,7 @@
}
> .active > a,
> .active > span {
- color: @gray-light;
+ color: @pagination-active-color;
cursor: default;
}
@@ -51,7 +51,7 @@
> a,
> a:hover,
> a:focus {
- color: @gray-light;
+ color: @pagination-disabled-color;
background-color: @pagination-bg;
cursor: not-allowed;
}