Skip to content
Snippets Groups Projects
Commit 21d84f47 authored by Angie Byron's avatar Angie Byron
Browse files

#639246 by Boobaa and axyjo: Add nicer styling to Seven task list on install pages.

parent c0d6f2ea
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -798,7 +798,7 @@ ol.task-list {
list-style-image: none;
}
ol.task-list li {
padding: 0.5em 1em 0.5em 0; /* LTR */
padding: 0.5em 1em 0.5em 20px; /* LTR */
color: #adadad;
}
ol.task-list li.active {
......@@ -809,7 +809,6 @@ ol.task-list li.active {
ol.task-list li.done {
color: #393;
background: transparent url(images/task-check.png) no-repeat 0px 50%; /* LTR */
padding: 0.5em 1em 0.5em 20px; /* LTR */
color: green;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment