1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

[tags] redesigned the 'select tags' dialog

This commit is contained in:
llj
2022-02-21 17:22:52 +08:00
parent 9de0e9b8ba
commit 955f3617ad
2 changed files with 47 additions and 27 deletions

View File

@@ -5,25 +5,33 @@
}
.add-tag-link {
display: block;
color: #666;
padding: .4rem .5rem;
border-radius: 4px;
text-decoration: underline;
}
.add-tag-link:hover {
color: #444;
background: #eee;
text-decoration: none;
background: #f5f5f5;
}
.tag-list-item {
position: relative;
display: flex;
justify-content: space-around;
margin-bottom: 0.5rem;
height: 2.25rem;
cursor: pointer;
}
.tag-list-item.hl {
background: #f5f5f5;
}
.tag-color {
margin-right: 10px;
}
.tag-selected-icon {
color: #999;
}
/*
.tag-list-item .tag-demo {
flex: 1;
border-radius: 0.25rem;
@@ -42,6 +50,7 @@
flex: 1;
padding-left: 0.5rem;
}
*/
.tag-demo .tag-files {
margin-right: 0.5rem;
@@ -68,10 +77,12 @@
background-color: rgba(9,45,66,.13);
}
/*
.tag-list-item .tag-operation {
position: absolute;
right: 0.5rem;
}
*/
.file-tag-item {
margin: 0.25rem 0;