Skip to content
Snippets Groups Projects
Commit 35b3daf9 authored by Jesper's avatar Jesper
Browse files

Tweak input focus border

parent a860b0c0
Branches
No related tags found
No related merge requests found
......@@ -101,6 +101,10 @@ article {
font-size: 16px;
width: 144px;
}
.search input:focus {
outline: none;
border-color: #79a;
}
@media all and (max-width: 1024px) {
.hidemenu {
......
......@@ -61,6 +61,10 @@ summary {
font-size: 16px;
width: 144px;
}
.filter input:focus {
outline: none;
border-color: #79a;
}
.filter button {
border: 4px solid grey;
border-radius: 4px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment