MediaWiki:Gadget-highlightTable.css: Difference between revisions
Created page with "→Use with [[Template:Checklist]]: →=========================== lighttable checklists ===========================: /* checklist will otherwise render anythin..." |
mNo edit summary |
||
| Line 11: | Line 11: | ||
} | } | ||
/* mobile skin and {{ | /* mobile skin and {{Mission details}} */ | ||
body.skin-minerva .lighttable.checklist, | body.skin-minerva .lighttable.checklist, | ||
. | .missiondetails .lighttable.checklist { | ||
max-width: 100%; | max-width: 100%; | ||
} | } | ||
| Line 41: | Line 41: | ||
top: .3rem; | top: .3rem; | ||
left: 0; | left: 0; | ||
background-image: url(' | background-image: url('https://wiki.geministation.com/images/d/de/Checkbox-unchecked.png'); | ||
background-size: 1rem; | background-size: 1rem; | ||
} | } | ||
| Line 67: | Line 67: | ||
.lighttable.checklist .checked::before { | .lighttable.checklist .checked::before { | ||
background-image: url(' | background-image: url('https://wiki.geministation.com/images/9/9d/Checkbox-checked.png'); | ||
} | } | ||