diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-03-07 09:35:59 -0800 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-03-09 12:34:32 +0100 |
| commit | eb77e80de01e658541d4fcc3b0b38783ce4e6a7e (patch) | |
| tree | 6869c01ea81c831ea04e2daa9cfd93b54de9754f /js_tests/tests.html | |
| parent | ec292f261d2390f692d5534ca85a427216bc4e39 (diff) | |
Fixed #31349 -- Used :nth-child() CSS pseudo-class to style alternative rows in admin.
Diffstat (limited to 'js_tests/tests.html')
| -rw-r--r-- | js_tests/tests.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js_tests/tests.html b/js_tests/tests.html index 988b7e3a4c..6878dd5cda 100644 --- a/js_tests/tests.html +++ b/js_tests/tests.html @@ -28,7 +28,7 @@ <input id="id_first-TOTAL_FORMS" value="1"> <input id="id_first-MAX_NUM_FORMS" value=""> <table class="inline"> - <tr id="first-0" class="form-row row1"> + <tr id="first-0" class="form-row"> <td class="field-test_field"> <input id="id_first-0-test_field"> </td> @@ -47,7 +47,7 @@ <input id="id_second-MAX_NUM_FORMS" value=""> <input id="id_second-MIN_NUM_FORMS" value=""> <table class="inline"> - <tr id="second-0" class="form-row has_original row1"> + <tr id="second-0" class="form-row has_original"> <td class="field-test_field"> <input id="id_second-0-test_field"> </td> @@ -62,7 +62,7 @@ </ul> </td> </tr> - <tr id="second-1" class="form-row row2"> + <tr id="second-1" class="form-row"> <td class="field-test_field"> <input id="id_second-1-test_field"> </td> |
