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:
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 /css/app.css
parent169900bd75ba5e2e35446e74e3af7d5ab973183d (diff)
Give close icon cursor: pointer
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 75d383f8..48ae3815 100644
--- a/css/app.css
+++ b/css/app.css
@@ -294,7 +294,8 @@
#app-content #app-content-wrapper .app_sidebar .close.icon-close {
position: absolute;
top: 10px;
- right: 10px; }
+ right: 10px;
+ cursor: pointer; }
#app-content #app-content-wrapper .app_sidebar.item_selected {
height: 25%;
display: inline-block; }