diff --git a/src/admin/Bootstrap.Admin/wwwroot/css/theme.css b/src/admin/Bootstrap.Admin/wwwroot/css/theme.css index 45c744a6..7aed7ffe 100644 --- a/src/admin/Bootstrap.Admin/wwwroot/css/theme.css +++ b/src/admin/Bootstrap.Admin/wwwroot/css/theme.css @@ -955,3 +955,11 @@ label[for] { .file-preview .file-preview-thumbnails { display: flex; } + +.file-drop-zone .file-preview-thumbnails { + cursor: pointer; +} + +.krajee-default.file-preview-frame { + cursor: default; +} diff --git a/src/client/Bootstrap.Client/wwwroot/css/theme.css b/src/client/Bootstrap.Client/wwwroot/css/theme.css index 45c744a6..7aed7ffe 100644 --- a/src/client/Bootstrap.Client/wwwroot/css/theme.css +++ b/src/client/Bootstrap.Client/wwwroot/css/theme.css @@ -955,3 +955,11 @@ label[for] { .file-preview .file-preview-thumbnails { display: flex; } + +.file-drop-zone .file-preview-thumbnails { + cursor: pointer; +} + +.krajee-default.file-preview-frame { + cursor: default; +}