Added visual hint on selected input field

main
Giulio Alessandrini 2021-08-03 10:55:38 +02:00
parent 25ed1056a1
commit 8d9136e358
1 changed files with 5 additions and 2 deletions

View File

@ -110,9 +110,9 @@ button {
font-size: 0px; font-size: 0px;
} }
.todo-text { .todo-text {
padding: 8px; padding: 7px;
margin: 0px; margin: 0px;
border: solid white 1px; border: solid white 2px;
border-right: 0px; border-right: 0px;
border-radius: 0px; border-radius: 0px;
border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
@ -121,6 +121,9 @@ button {
.todo-text:focus { .todo-text:focus {
outline: none; outline: none;
border-bottom-color: var(--blue);
/* border-left-color: var(--blue);
border-top-color: var(--blue); */
} }
.todo-add { .todo-add {