WI: Prob%, Memo to header, Keywords to main

This commit is contained in:
RossAscends
2023-10-06 03:02:43 +09:00
parent 30e5a31591
commit 5307ee5d17
3 changed files with 152 additions and 66 deletions

View File

@@ -101,7 +101,7 @@
height: auto;
margin-top: 0;
margin-bottom: 0;
min-height: var(--mainFontSize);
min-height: calc(var(--mainFontSize) + 13px);
}
.delete_entry_button {
@@ -178,7 +178,7 @@
filter: grayscale(1);
}
.disabledWIEntry:hover {
.disabledWIEntry:not(input):hover {
opacity: 1;
filter: grayscale(0.5);
}