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 %}
-