changed button hover
This commit is contained in:
parent
15badcdb5b
commit
bb5b890672
@ -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…
Reference in New Issue
Block a user