benj design tweaks

This commit is contained in:
SpikeHD
2022-05-15 18:31:28 -07:00
parent 585a17573c
commit c023c8df71
8 changed files with 179 additions and 77 deletions

View File

@@ -7,7 +7,7 @@
width: 20px;
border: 2px solid #cecece;
border-radius: 2px;
border-radius: 4px;
}
.CheckboxDisplay:hover {

View File

@@ -49,6 +49,10 @@
color: #fff !important;
}
.MainProgressBarWrapper .ProgressBar {
box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 20%);
}
.MainProgressBarWrapper:hover {
cursor: pointer;
}