mirror of
https://github.com/nextcloud/passman.git
synced 2025-12-17 13:41:44 +08:00
Give close icon cursor: pointer
This commit is contained in:
parent
169900bd75
commit
da938ffedf
3 changed files with 4 additions and 2 deletions
|
|
@ -294,7 +294,8 @@
|
||||||
#app-content #app-content-wrapper .app_sidebar .close.icon-close {
|
#app-content #app-content-wrapper .app_sidebar .close.icon-close {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
right: 10px; }
|
right: 10px;
|
||||||
|
cursor: pointer; }
|
||||||
#app-content #app-content-wrapper .app_sidebar.item_selected {
|
#app-content #app-content-wrapper .app_sidebar.item_selected {
|
||||||
height: 25%;
|
height: 25%;
|
||||||
display: inline-block; }
|
display: inline-block; }
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -214,6 +214,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
&.item_selected {
|
&.item_selected {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue