diff --git a/app/static/styles.css b/app/static/styles.css index 9d644e80..b454f909 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -1998,6 +1998,10 @@ form h5 { margin-bottom: 15px; } +#typeTab a:not(.btn):active { + border-width: 1px; +} + /* high contrast */ @media (prefers-contrast: more) { :root { diff --git a/app/static/styles.scss b/app/static/styles.scss index 5cb9c594..e883b25e 100644 --- a/app/static/styles.scss +++ b/app/static/styles.scss @@ -1723,6 +1723,12 @@ form { margin-bottom: 15px; } +#typeTab { + a:not(.btn):active { + border-width: 1px; + } +} + /* high contrast */ @import "scss/high_contrast"; diff --git a/app/templates/admin/_tabbed_nav.html b/app/templates/admin/_tabbed_nav.html index 93693ce9..558e0612 100644 --- a/app/templates/admin/_tabbed_nav.html +++ b/app/templates/admin/_tabbed_nav.html @@ -1,21 +1,21 @@