1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02: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

View File

@@ -4120,8 +4120,8 @@ button.close {
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 15px;
}