Skip to content

Commit d20df67

Browse files
committed
Merge branch 'master' into stage
2 parents b92561a + c404ee2 commit d20df67

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

django/main/templates/admin/base_site.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,12 @@
5757
background: #61388B !important;
5858
}
5959

60+
.selector-chosen h2 {
61+
background: #543076 !important;
62+
}
63+
64+
.object-tools a:focus, .object-tools a:hover {
65+
background-color: #543076;
66+
}
6067
</style>
6168
{% endblock %}

0 commit comments

Comments
 (0)