diff options
| author | Tom Christie | 2015-01-15 16:52:07 +0000 |
|---|---|---|
| committer | Tom Christie | 2015-01-15 16:52:07 +0000 |
| commit | d76e83dd78627a0cf4bcd4b28a7710fb678d8d4e (patch) | |
| tree | eb17b5a60fb64a97b70d3aa268a3f97c6b542227 /rest_framework/static | |
| parent | 313aa727e3c44016e531a7af75051fc6e6d7cb96 (diff) | |
| download | django-rest-framework-d76e83dd78627a0cf4bcd4b28a7710fb678d8d4e.tar.bz2 | |
Tweaks, and add pagination controls for offset/limit.
Diffstat (limited to 'rest_framework/static')
| -rw-r--r-- | rest_framework/static/rest_framework/css/bootstrap-tweaks.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css index d4a7d31a..15b42178 100644 --- a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css +++ b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css @@ -60,6 +60,13 @@ a single block in the template. color: #C20000; } +.pagination>.disabled>a, +.pagination>.disabled>a:hover, +.pagination>.disabled>a:focus { + cursor: default; + pointer-events: none; +} + /*=== dabapps bootstrap styles ====*/ html { |
