more custom elements

This commit is contained in:
SpikeHD
2022-05-10 00:35:50 -07:00
parent 18a74590f9
commit 6dcc91f216
6 changed files with 120 additions and 2 deletions

View File

@@ -6,13 +6,13 @@
height: 20px;
width: 20px;
border: 2px solid #ebebec;
border: 2px solid #cecece;
border-radius: 2px;
}
.CheckboxDisplay:hover {
cursor: pointer;
border-color: #cecece;
border-color: #aaaaaa;
}
.CheckboxDisplay img {