From 5f1c9a5b6a1f6e935faf37e0bc409913b124f19c Mon Sep 17 00:00:00 2001 From: Craig Williams Date: Fri, 27 Feb 2026 09:47:23 +0000 Subject: [PATCH] Updated style errors missed in the accessibility sweep --- inst/www/css/mnr.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/inst/www/css/mnr.css b/inst/www/css/mnr.css index 7432932..fee8b3a 100644 --- a/inst/www/css/mnr.css +++ b/inst/www/css/mnr.css @@ -441,6 +441,13 @@ a:focus { text-decoration: underline; } +.form-group.has-success label { + color: #008549; +} +.form-group.has-error label { + color: #DA3A25; +} + .btn { font-size: 14pt; /* @@ -483,9 +490,14 @@ input[type="text"], input[type="password"], input[type="number"] { overflow: hidden; } .content-jump-link:focus { - position: static; + position: absolute; width: auto; height: auto; + z-index: 1500; + background-color: #ecf0f5; + padding: 5px 10px; + left: 0; + color: #2D6B8F; } .box-header > i { @@ -550,7 +562,7 @@ input[type="text"], input[type="password"], input[type="number"] { text-decoration: none; } -.skin-green .sidebar-menu > li.header { +.sidebar-menu > li.header { color: #70979E; font-weight: bolder; } @@ -569,4 +581,4 @@ input[type="text"], input[type="password"], input[type="number"] { .badge { padding: 6px 9px 3px 9px; -} \ No newline at end of file +}