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:
authorbrantje <brantje@gmail.com>2016-09-24 11:09:17 +0300
committerbrantje <brantje@gmail.com>2016-09-24 11:09:17 +0300
commitda938ffedf3ef7adb39f4af0407cb15b0fed4f18 (patch)
tree819b9535dfc1e11a7b7adb7b363a109db2e745b4 /sass
parent169900bd75ba5e2e35446e74e3af7d5ab973183d (diff)
Give close icon cursor: pointer
Diffstat (limited to 'sass')
-rw-r--r--sass/credentials.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/sass/credentials.scss b/sass/credentials.scss
index ebcfe96f..de4ce2fc 100644
--- a/sass/credentials.scss
+++ b/sass/credentials.scss
@@ -214,6 +214,7 @@
position: absolute;
top: 10px;
right: 10px;
+ cursor: pointer;
}
padding: 10px;
&.item_selected {