Skip to content
Snippets Groups Projects
Commit eb117eb7 authored by Benjamin Becker's avatar Benjamin Becker
Browse files

adds borders around elements where focus was not visible

parent f26795f9
No related branches found
No related tags found
No related merge requests found
......@@ -1244,6 +1244,12 @@ element.style {
float: right;
}
.simple-input .field .btn-search:focus {
border-color: #003064;
border-width: 1px;
border-style: dotted;
}
.search-box-container .field{
width: 100%;
max-width: 465px;
......@@ -1971,6 +1977,12 @@ p.package-info-categorie
color: #003064;
}
.search-form a:focus i {
border-color: #003064;
border-width: 1px;
border-style: dotted;
}
.error-title
{
color: #003064;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment