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