Commit 996ec4ca authored by Mark Otto's avatar Mark Otto
Browse files

-background to -bg on pagination vars

parent f2e5c329
Showing with 5 additions and 5 deletions
+5 -5
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
padding: 4px 12px; padding: 4px 12px;
line-height: @line-height-base; line-height: @line-height-base;
text-decoration: none; text-decoration: none;
background-color: @pagination-background; background-color: @pagination-bg;
border: 1px solid @pagination-border; border: 1px solid @pagination-border;
border-left-width: 0; border-left-width: 0;
} }
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
.pagination > li > a:focus, .pagination > li > a:focus,
.pagination > .active > a, .pagination > .active > a,
.pagination > .active > span { .pagination > .active > span {
background-color: @pagination-background-active; background-color: @pagination-bg-active;
} }
.pagination > .active > a, .pagination > .active > a,
.pagination > .active > span { .pagination > .active > span {
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
.pagination > .disabled > a:hover, .pagination > .disabled > a:hover,
.pagination > .disabled > a:focus { .pagination > .disabled > a:focus {
color: @grayLight; color: @grayLight;
background-color: @pagination-background; background-color: @pagination-bg;
cursor: default; cursor: default;
} }
.pagination > li:first-child > a, .pagination > li:first-child > a,
......
...@@ -222,8 +222,8 @@ ...@@ -222,8 +222,8 @@
// Pagination // Pagination
// ------------------------- // -------------------------
@pagination-background: #fff; @pagination-bg: #fff;
@pagination-background-active: #f5f5f5; @pagination-bg-active: #f5f5f5;
@pagination-border: #ddd; @pagination-border: #ddd;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment