Added: CSS hover effect on buttons within modal dialogs, e.g. Info, Nodes (#2545)

* Added: CSS hover effect on buttons within modal dialogs, e.g. Info,
Nodes

* Update index.css

Co-authored-by: Tom D'Roza <Tom.D'Roza>
Co-authored-by: Christian Schwinne <cschwinne@gmail.com>
This commit is contained in:
Tom D'Roza 2022-02-16 23:38:47 +00:00 committed by GitHub
parent 447b811fa0
commit bb9afcb304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -381,6 +381,10 @@ button {
overflow: auto;
}
.modal button:hover {
background-color: var(--c-4);
}
#info {
z-index: 3;
}