Browse Source

changed button hover

master
Cristina Cochior 4 years ago
parent
commit
bb5b890672
  1. 5
      static/css/main.css

5
static/css/main.css

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

Loading…
Cancel
Save