1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

[tag popup] don't show new popup; added 'back' icon

This commit is contained in:
llj
2018-12-20 18:45:31 +08:00
parent 3d324389f7
commit 983bf03c10
6 changed files with 146 additions and 109 deletions

View File

@@ -92,3 +92,13 @@
.file-tag-item:hover {
background-color: #bbb;
}
.tag-popup-back {
color: #888;
cursor: pointer;
margin-right: 10px;
}
.tag-popup-back:hover,
.tag-popup-back:focus {
color: #444;
}