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:
parent
447b811fa0
commit
bb9afcb304
@ -381,6 +381,10 @@ button {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.modal button:hover {
|
||||
background-color: var(--c-4);
|
||||
}
|
||||
|
||||
#info {
|
||||
z-index: 3;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user