changed button hover

This commit is contained in:
Cristina Cochior 2020-10-18 19:03:08 +02:00
parent 15badcdb5b
commit bb5b890672

View File

@ -229,6 +229,10 @@ button {
z-index: 2; z-index: 2;
} }
button:hover {
cursor: pointer;
}
button#listoffiles { button#listoffiles {
position: fixed; position: fixed;
left: 46.3%; left: 46.3%;
@ -240,7 +244,6 @@ button#listoffiles {
button#listoffiles:hover { button#listoffiles:hover {
background: white !important; background: white !important;
cursor: pointer;
} }
button#about { button#about {