1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 08:16:07 +00:00

repair drag&drop tip img bug (#3183)

This commit is contained in:
杨顺强
2019-03-27 12:23:08 +08:00
committed by Daniel Pan
parent 78d1de038d
commit f4c82050b5
2 changed files with 6 additions and 5 deletions

View File

@@ -1,8 +1,3 @@
.tr-style-nav {
background-image: url('/media/img/grippy_large.png');
background-repeat: no-repeat;
background-position: 0px;
}
.tr-dragenter {
background-color: #f8f8f8;
}

View File

@@ -161,6 +161,12 @@ ul,ol,li {
cursor: pointer;
}
.tr-style-nav { /* just for drag&drop item */
background-image: url('../img/grippy_large.png');
background-repeat: no-repeat;
background-position: 0px;
}
.text-decoration-underline {
text-decoration: underline !important;
}