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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user