Skip to content

Commit

Permalink
Merge pull request #799 from tfeldmann/main
Browse files Browse the repository at this point in the history
Fix light theme asset path
  • Loading branch information
matthiask committed Sep 8, 2021
2 parents 79301e1 + 55cd7eb commit 8353888
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mptt/static/mptt/draggable-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
}

.tree-node { cursor: pointer; }
.tree-node.children { background-image: url(disclosure-down.png); }
.tree-node.closed { background-image: url(disclosure-right.png); }
.tree-node.children { background-image: url(disclosure-down-black.png); }
.tree-node.closed { background-image: url(disclosure-right-black.png); }

.drag-handle { background-image: url(arrow-move.png); cursor: move; }
.drag-handle { background-image: url(arrow-move-black.png); cursor: move; }

/* focus */
#result_list tbody tr:focus {
Expand Down

0 comments on commit 8353888

Please sign in to comment.