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 /less | |
| 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 'less')
| -rw-r--r-- | less/pager.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/pager.less b/less/pager.less index 0fb694668..105880086 100644 --- a/less/pager.less +++ b/less/pager.less @@ -46,7 +46,7 @@ > a:focus, > span { color: @grayLight; - background-color: #fff; + background-color: @pagination-bg; cursor: default; } } |
