Updated style errors missed in the accessibility sweep

This commit is contained in:
2026-02-27 09:47:23 +00:00
parent 4fa0ad3b54
commit 5f1c9a5b6a

View File

@@ -441,6 +441,13 @@ a:focus {
text-decoration: underline; text-decoration: underline;
} }
.form-group.has-success label {
color: #008549;
}
.form-group.has-error label {
color: #DA3A25;
}
.btn { .btn {
font-size: 14pt; font-size: 14pt;
/* /*
@@ -483,9 +490,14 @@ input[type="text"], input[type="password"], input[type="number"] {
overflow: hidden; overflow: hidden;
} }
.content-jump-link:focus { .content-jump-link:focus {
position: static; position: absolute;
width: auto; width: auto;
height: auto; height: auto;
z-index: 1500;
background-color: #ecf0f5;
padding: 5px 10px;
left: 0;
color: #2D6B8F;
} }
.box-header > i { .box-header > i {
@@ -550,7 +562,7 @@ input[type="text"], input[type="password"], input[type="number"] {
text-decoration: none; text-decoration: none;
} }
.skin-green .sidebar-menu > li.header { .sidebar-menu > li.header {
color: #70979E; color: #70979E;
font-weight: bolder; font-weight: bolder;
} }