add gold border on textfield:focus

This commit is contained in:
Julian Descottes 2016-12-23 21:09:05 +01:00
parent ca3b789747
commit eb84e87a13

View File

@ -22,6 +22,11 @@
background : #3a3a3a;
}
.textfield:focus {
border-color: var(--highlight-color);
outline: none;
}
.textfield-small {
width : 50px;
}