From 324ccc3664cae242d43c05d9ed24f0aeff3c34a2 Mon Sep 17 00:00:00 2001 From: Adam Parsons Date: Sat, 18 Apr 2015 16:50:32 -0500 Subject: [PATCH] Moved breadcrumb color to bootstrap-tweaks Moved to color associated with the breadcrumb to the tweaks style sheet. --- rest_framework/static/rest_framework/css/bootstrap-tweaks.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css index 40343275b..f455c904d 100644 --- a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css +++ b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css @@ -64,6 +64,10 @@ ul.breadcrumb { margin: 70px 0 0 0; } +.breadcrumb li.active a { + color: #777; +} + .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {