From 4d582fd9ffcb6ec28247e95b63134c00cc131780 Mon Sep 17 00:00:00 2001 From: Cezar Pendarovski Date: Fri, 22 Aug 2014 10:12:52 +0200 Subject: [PATCH] Made all color declarations in bootstrap-tweaks.css consistent --- .../static/rest_framework/css/bootstrap-tweaks.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css index e5cc65ab7..6fa1e6cb5 100644 --- a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css +++ b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css @@ -42,7 +42,7 @@ a single block in the template. } .nav-list > .active > a, .nav-list > .active > a:hover { - background: #2c2c2c; + background: #2C2C2C; } .navbar .navbar-inner .dropdown-menu li a, .navbar .navbar-inner .dropdown-menu li { @@ -50,8 +50,8 @@ a single block in the template. } .navbar .navbar-inner .dropdown-menu li a:hover { - background: #eeeeee; - color: #c20000; + background: #EEEEEE; + color: #C20000; } /*=== dabapps bootstrap styles ====*/ @@ -151,7 +151,7 @@ footer { footer p { text-align: center; color: gray; - border-top: 1px solid #DDD; + border-top: 1px solid #DDDDDD; padding-top: 10px; }