+.object-tools > p > button.addlink {
+ background-image: url(../admin/img/tooltag-add.svg) !important;
+ background-repeat: no-repeat !important;
+ background-position: right 7px center !important;
+ padding-right: 25px;
+}
+
.module--custom {
a {
font-size: 13px;
diff --git a/src/registrar/templates/admin/change_form_object_tools.html b/src/registrar/templates/admin/change_form_object_tools.html
index 2f3d282ea..d2ec555e2 100644
--- a/src/registrar/templates/admin/change_form_object_tools.html
+++ b/src/registrar/templates/admin/change_form_object_tools.html
@@ -7,10 +7,10 @@
{% if has_absolute_url %}
{% else %}
@@ -30,18 +30,18 @@
{% endif %}
- {% translate "History" %}
+
{% if opts.model_name == 'domainrequest' %}
-
+
+
{% endif %}
diff --git a/src/registrar/templates/admin/change_list_object_tools.html b/src/registrar/templates/admin/change_list_object_tools.html
index 9a046b4bb..5ba88aa3a 100644
--- a/src/registrar/templates/admin/change_list_object_tools.html
+++ b/src/registrar/templates/admin/change_list_object_tools.html
@@ -5,9 +5,9 @@
{% if has_add_permission %}
{% url cl.opts|admin_urlname:'add' as add_url %}
-
+
+
{% endif %}
{% endblock %}
\ No newline at end of file