#639246 by Boobaa and axyjo: Add nicer styling to Seven task list on install pages.
parent
c0d6f2ea5a
commit
21d84f4782
|
@ -798,7 +798,7 @@ ol.task-list {
|
||||||
list-style-image: none;
|
list-style-image: none;
|
||||||
}
|
}
|
||||||
ol.task-list li {
|
ol.task-list li {
|
||||||
padding: 0.5em 1em 0.5em 0; /* LTR */
|
padding: 0.5em 1em 0.5em 20px; /* LTR */
|
||||||
color: #adadad;
|
color: #adadad;
|
||||||
}
|
}
|
||||||
ol.task-list li.active {
|
ol.task-list li.active {
|
||||||
|
@ -809,7 +809,6 @@ ol.task-list li.active {
|
||||||
ol.task-list li.done {
|
ol.task-list li.done {
|
||||||
color: #393;
|
color: #393;
|
||||||
background: transparent url(images/task-check.png) no-repeat 0px 50%; /* LTR */
|
background: transparent url(images/task-check.png) no-repeat 0px 50%; /* LTR */
|
||||||
padding: 0.5em 1em 0.5em 20px; /* LTR */
|
|
||||||
color: green;
|
color: green;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue