mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 01:36:00 +02:00
updated, removed class, and added specificity instead
This commit is contained in:
parent
e151c666fd
commit
fc3cb51a3b
3 changed files with 4 additions and 5 deletions
|
@ -899,9 +899,8 @@ ul.add-list-reset {
|
||||||
font-size: .8125rem;
|
font-size: .8125rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.domain-request-table {
|
.change-form .usa-table {
|
||||||
td,
|
td {
|
||||||
th {
|
|
||||||
color: inherit !important;
|
color: inherit !important;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{% load static url_helpers %}
|
{% load static url_helpers %}
|
||||||
|
|
||||||
{% block detail_content %}
|
{% block detail_content %}
|
||||||
<table class="usa-table domain-request-table">
|
<table class="usa-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th data-sortable scope="col" role="columnheader">Name</th>
|
<th data-sortable scope="col" role="columnheader">Name</th>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{% load static url_helpers %}
|
{% load static url_helpers %}
|
||||||
|
|
||||||
{% block detail_content %}
|
{% block detail_content %}
|
||||||
<table class="usa-table domain-request-table">
|
<table class="usa-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th data-sortable scope="col" role="columnheader">Name</th>
|
<th data-sortable scope="col" role="columnheader">Name</th>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue