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:
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/css/app.css b/css/app.css
index f93b56d0..f96f3fa3 100644
--- a/css/app.css
+++ b/css/app.css
@@ -495,7 +495,10 @@
z-index: 1000; }
.link {
- color: var(--color-primary); }
+ color: var(--color-primary);
+ cursor: pointer; }
+ .link span {
+ cursor: pointer; }
#app-sidebar {
height: auto; }
@@ -1360,7 +1363,8 @@
clear: both; }
input[type="checkbox"] {
- min-height: inherit; }
+ min-height: inherit;
+ cursor: pointer; }
.alert {
padding: 15px;