mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 02:48:51 +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 {
|
.tr-dragenter {
|
||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
}
|
}
|
||||||
|
@@ -161,6 +161,12 @@ ul,ol,li {
|
|||||||
cursor: pointer;
|
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 {
|
||||||
text-decoration: underline !important;
|
text-decoration: underline !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user