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 14:54:05 +0300
committerbinsky <timo@binsky.org>2021-03-24 14:54:05 +0300
commit3c07c5edafc26f2095b704f4f992a224aa6d4244 (patch)
tree46c7d9b9e266635bec7a0e7eb1f966e411fd2272 /css/app.css
parent72acc51f4b9dda854c7d067d00e1e184426008f6 (diff)
add file import support for custom fields
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 0ecda40b..b051fef0 100644
--- a/css/app.css
+++ b/css/app.css
@@ -491,7 +491,8 @@
z-index: 1000; }
.link {
- color: var(--color-primary); }
+ color: var(--color-primary);
+ cursor: pointer; }
.link span {
cursor: pointer; }