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