From 2dedf549915bdc9234a8b53f670f4cc8744bf171 Mon Sep 17 00:00:00 2001 From: Thomas M Steenholdt Date: Sun, 2 Sep 2018 12:27:49 -0200 Subject: [PATCH] Change user-dropdown button colors Making it a little more evident, that there are buttons there. --- app/static/custom/css/custom.css | 3 +++ app/templates/base.html | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/static/custom/css/custom.css b/app/static/custom/css/custom.css index 0abcc36..7b8e281 100644 --- a/app/static/custom/css/custom.css +++ b/app/static/custom/css/custom.css @@ -32,3 +32,6 @@ table td { color: olive; } +.user-footer { + background-color: #222d32 !important; +} \ No newline at end of file diff --git a/app/templates/base.html b/app/templates/base.html index 432274b..bb779bb 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -70,10 +70,10 @@