From 6636c310232ded6b6e60d9623c09b79cc16b3ec5 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 25 Oct 2019 23:05:04 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E6=9B=B4=E6=94=B9=E9=BC=A0?= =?UTF-8?q?=E6=A0=87=E6=8C=87=E9=92=88=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/Bootstrap.Admin/wwwroot/css/theme.css | 8 ++++++++ src/client/Bootstrap.Client/wwwroot/css/theme.css | 8 ++++++++ 2 files changed, 16 insertions(+) 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; +}