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

Add drag from dirent-grid-item

This commit is contained in:
zxj96
2019-04-19 18:40:31 +08:00
parent ca7857e654
commit 3e0a8620dd
2 changed files with 74 additions and 12 deletions

View File

@@ -24,15 +24,14 @@
}
.grid-file-img-link {
width: 100px;
height: 100px;
width: 96px;
height: 96px;
margin: 0 auto 6px;
position: relative;
border-radius: 3px;
font-size: 0;
text-align: center;
line-height: 0;
padding: 2px;
}
.grid-file-img-link .thumbnail {
@@ -77,6 +76,10 @@
background-color: #f8f8f8;
}
.grid-selected-link-active a{
.grid-link-selected-active {
color: #eb8205;
}
.grid-drop-show {
background: #f8f8f8;
}