diff options
| author | Mark Otto <[email protected]> | 2013-12-20 12:29:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-20 12:29:49 -0800 |
| commit | 810c7ec4f8004129b88eba4aee15475d5d6f79ba (patch) | |
| tree | 65732cafb04f1f861603bb5497dafa89914a7e67 /dist/css/bootstrap.css | |
| parent | e1bd300f2f38a32a5baccfcd5dcd83577b7960aa (diff) | |
| parent | 7f599cedf3a9b3302bbbd8b6442354f8cf123fb2 (diff) | |
| download | bootstrap-810c7ec4f8004129b88eba4aee15475d5d6f79ba.tar.xz bootstrap-810c7ec4f8004129b88eba4aee15475d5d6f79ba.zip | |
Merge pull request #11956 from tlindig/tl_pagination_customizing
add new variables for "pagination" to improve support of customizing
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 7822815f6..39f8659f5 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4127,6 +4127,7 @@ textarea.input-group-sm > .input-group-btn > .btn { padding: 6px 12px; margin-left: -1px; line-height: 1.428571429; + color: #428bca; text-decoration: none; background-color: #fff; border: 1px solid #ddd; @@ -4146,7 +4147,9 @@ textarea.input-group-sm > .input-group-btn > .btn { .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { + color: #2a6496; background-color: #eee; + border-color: #ddd; } .pagination > .active > a, .pagination > .active > span, |
