From bb9d589fb55718db6783a236d047614b284d352e Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 23 Mar 2018 19:49:57 +0000 Subject: Add EditRequest approval and rejection --- app/static/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/static/style.css') diff --git a/app/static/style.css b/app/static/style.css index 551cc74..57d5199 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -147,6 +147,11 @@ a:hover { border: 1px solid #c96; } +.alert-success { + background: #161; + border: 1px solid #393; +} + /* Nav */ nav, main, #alerts { -- cgit v1.2.3