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-01 04:20:16 +0400
committerMark Otto <otto@github.com>2013-04-01 04:20:16 +0400
commit996ec4ca69a7f9ff2a5697356605f2d5b621ebe0 (patch)
tree2c04a60dae546d97f6b1474d739bff92c3343935 /less/pagination.less
parentf2e5c3293644917161a2f01c877b817ea58c2631 (diff)
-background to -bg on pagination vars
Diffstat (limited to 'less/pagination.less')
-rw-r--r--less/pagination.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/pagination.less b/less/pagination.less
index 4cb4767cff..5292197973 100644
--- a/less/pagination.less
+++ b/less/pagination.less
@@ -15,7 +15,7 @@
padding: 4px 12px;
line-height: @line-height-base;
text-decoration: none;
- background-color: @pagination-background;
+ background-color: @pagination-bg;
border: 1px solid @pagination-border;
border-left-width: 0;
}
@@ -23,7 +23,7 @@
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
- background-color: @pagination-background-active;
+ background-color: @pagination-bg-active;
}
.pagination > .active > a,
.pagination > .active > span {
@@ -35,7 +35,7 @@
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: @grayLight;
- background-color: @pagination-background;
+ background-color: @pagination-bg;
cursor: default;
}
.pagination > li:first-child > a,