Set cursor pointer on login form

This commit is contained in:
Bartek Fabiszewski 2020-06-10 22:38:25 +02:00
parent 379edc626a
commit 979a5368e8

View File

@ -141,6 +141,7 @@ select {
color: white; color: white;
border: 1px solid white; border: 1px solid white;
background-color: black; background-color: black;
cursor: pointer;
} }
#menu input[type="checkbox"] { #menu input[type="checkbox"] {