diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index a8db7b86..eb470a9a 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -779,3 +779,7 @@ input.pending { .alert-danger { border-left: solid 4px #f78792; } + +label[for] { + cursor: pointer; +} \ No newline at end of file