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

modify filt-tag style

This commit is contained in:
shanshuirenjia
2018-12-17 16:52:04 +08:00
parent bd13a10a50
commit ce2ac1ecba
6 changed files with 36 additions and 13 deletions

View File

@@ -48,3 +48,26 @@
position: absolute;
right: 0.5rem;
}
.tag-edit-icon {
padding: 0 0.5rem;
color: #888;
cursor: pointer;
}
.tag-edit-icon:hover {
color: #333;
}
.file-tag-item {
margin: 0.25rem 0;
padding: 0 0.5rem;
width: max-content;
cursor: pointer;
background-color: #eee;
border-radius: 1rem;
}
.file-tag-item:hover {
background-color: #bbb;
}