diff options
| author | Artur Kwiatkowski <[email protected]> | 2013-04-17 19:47:23 +0200 |
|---|---|---|
| committer | Artur Kwiatkowski <[email protected]> | 2013-04-17 19:47:23 +0200 |
| commit | 4bd6abaff2ce71f78e6f8c9fc2e42d70122c6de2 (patch) | |
| tree | 339d02e0fa33c9b64f874c20aba11782705510aa /docs | |
| parent | 67a5d8ce74ca0c609348f3c77f571c0b3e608c8e (diff) | |
| download | bootstrap-4bd6abaff2ce71f78e6f8c9fc2e42d70122c6de2.tar.xz bootstrap-4bd6abaff2ce71f78e6f8c9fc2e42d70122c6de2.zip | |
applied @pagination-bg for .disabled state instead of hardcoded color in hex
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 7ab329bbe..bf2a529b4 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4242,7 +4242,7 @@ button.close { .pager .disabled > span { color: #999999; cursor: default; - background-color: #fff; + background-color: #ffffff; } .modal-open { |
