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;
}
.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;
}
}