Fix for dark buttons in info.

This commit is contained in:
Blaz Kristan 2022-03-03 11:24:21 +01:00
parent fb19ca8bf4
commit 2283c7a926
2 changed files with 1636 additions and 1640 deletions

View File

@ -421,10 +421,6 @@ button {
overflow: auto;
}
.modal button:hover {
background-color: var(--c-4);
}
#info, #nodes {
z-index: 3;
}
@ -1136,11 +1132,11 @@ input[type="text"].fnd:hover {
display: none;
}
.segin .btn {
.modal .btn, .segin .btn {
border: 1px solid var(--c-3);
background-color: var(--c-3);
}
.segin .btn:hover {
.modal .btn:hover, .segin .btn:hover {
border: 1px solid var(--c-5);
background-color: var(--c-5);
}

File diff suppressed because it is too large Load Diff