From 0a34fc2cac21821459e3983e2dc7d755eda6c39d Mon Sep 17 00:00:00 2001 From: Sam Wachspress Date: Tue, 15 Jun 2021 19:09:34 -0500 Subject: [PATCH] style some buttons, update Form -> FlaskForm --- base/forms.py | 2 +- base/static/css/styles.css | 7 ++++++- base/templates/help_item.html | 2 +- base/templates/primary/outreach.html | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/base/forms.py b/base/forms.py index dd16581e..6e20e02e 100644 --- a/base/forms.py +++ b/base/forms.py @@ -179,7 +179,7 @@ class heritability_form(Form): # # Variant Browser Forms # -class vbrowser_form(Form): +class vbrowser_form(FlaskForm): pass diff --git a/base/static/css/styles.css b/base/static/css/styles.css index ad87d97a..e9e90b02 100644 --- a/base/static/css/styles.css +++ b/base/static/css/styles.css @@ -1008,4 +1008,9 @@ article { box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); width: 100%; border: 1px solid rgba(0,0,0,.2); -} \ No newline at end of file +} + +.list-group-nu .list-group-item.active, .list-group-item:focus, .list-group-item:hover { + background-color: #401F68 !important; + border: none; +} diff --git a/base/templates/help_item.html b/base/templates/help_item.html index fbb2302b..bee22a0a 100644 --- a/base/templates/help_item.html +++ b/base/templates/help_item.html @@ -4,7 +4,7 @@ {% block content %}