Skip to content

Commit 4d33d8f

Browse files
committed
Replace Wagtail green with Sprites blue in "move page" view
1 parent b81cfd8 commit 4d33d8f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

spritesanddice/static/css/admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spritesanddice/static/scss/admin/admin.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ ul.tab-nav{
6464
}
6565
}
6666

67+
// Page Chooser
68+
.listing.chooser tbody tr:hover {
69+
background: $light-blue;
70+
}
71+
6772
.recent-edits .nice-padding {
6873
padding: 0;
6974
}

0 commit comments

Comments
 (0)