3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 08:25:42 +00:00

Adds cursor pointer to checkboxes and radios and their labels

This commit is contained in:
snipe
2025-12-12 03:51:20 +00:00
parent 5e60d96614
commit eead2ce93e

View File

@ -739,6 +739,15 @@
box-shadow: inset 1em 1em hsl(from var(--main-theme-color) h s calc(l - 20)) !important;
}
input[type="checkbox"],
input[type="radio"],
label.form-control
{
cursor: pointer !important;
}
.callout.callout-legend {
background-color: var(--callout-bg-color);
border-left: 5px solid var(--callout-left-border);