2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

use @pagination- vars on pager component; change @pagination-bg-active to @pagination-active-bg

This commit is contained in:
Mark Otto
2013-03-31 17:22:12 -07:00
parent 996ec4ca69
commit d5fa1d80bb
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -16,14 +16,14 @@
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
background-color: @pagination-bg;
border: 1px solid @pagination-border;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #f5f5f5;
background-color: @pagination-active-bg;
}
.pager .next > a,
.pager .next > span {