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
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 /css/app.css
parent3c07c5edafc26f2095b704f4f992a224aa6d4244 (diff)
add custom fields support to the generic csv importer
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/app.css b/css/app.css
index b051fef0..0071e930 100644
--- a/css/app.css
+++ b/css/app.css
@@ -1347,7 +1347,8 @@
clear: both; }
input[type="checkbox"] {
- min-height: inherit; }
+ min-height: inherit;
+ cursor: pointer; }
.alert {
padding: 15px;