1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 07:22:34 +00:00

change move and copy files dialog check mark (#8189)

This commit is contained in:
Michael An
2025-09-02 15:09:18 +08:00
committed by GitHub
parent b7597e64fe
commit 5a404e50bc
5 changed files with 46 additions and 21 deletions

View File

@@ -10,24 +10,6 @@
width: 100%;
}
.file-chooser-item .item-active {
background: var(--bs-nav-active-bg);
border-radius: 3px;
}
.file-chooser-item .item-active::before {
content: '';
position: absolute;
top: 2px;
left: -8px;
width: 4px;
height: 24px;
background-color: #ff9800;
border-radius: 2px;
display: block;
z-index: 10;
}
.file-chooser-item .item-info {
position: relative;
display: flex;
@@ -43,16 +25,26 @@
border-radius: 3px;
}
.file-chooser-item .item-info .item-left-icon {
.file-chooser-item .item-info .item-left-icon,
.file-chooser-item .item-info .item-right-icon {
display: flex;
align-items: center;
height: 100%;
}
.file-chooser-item .item-info .item-right-icon {
margin-right: 8px;
}
.file-chooser-item .item-info .item-right-icon svg {
fill: #666;
}
.file-chooser-item .item-info .item-text {
display: flex;
align-items: center;
height: 100%;
width: 420px;
line-height: 1.5;
padding-left: 0.25rem;
overflow: hidden;