Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorbinsky <timo@binsky.org>2021-03-24 17:23:26 +0300
committerbinsky <timo@binsky.org>2021-03-24 17:23:26 +0300
commit5894608d9cbc2e829a6e2f2fafd9f77dd1c7bf9d (patch)
tree3cce4379a0d5936c6e0c8da0edd5efaf298ede20 /sass
parent3c07c5edafc26f2095b704f4f992a224aa6d4244 (diff)
add custom fields support to the generic csv importer
Diffstat (limited to 'sass')
-rw-r--r--sass/app.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/sass/app.scss b/sass/app.scss
index b96b9efb..fb289230 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -119,6 +119,7 @@
//Fix NC fucking up our style
input[type="checkbox"]{
min-height: inherit;
+ cursor: pointer;
}
.alert {
padding: 15px;