MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 1,083: Line 1,083:
}
}


input[type='checkbox']+span::before {
input[type='checkbox']+div::before {
   content: "";
   content: "";
   display: inline-block;
   display: inline-block;
Line 1,093: Line 1,093:
}
}


input[type='checkbox']:checked+span::before {
input[type='checkbox']:checked+div::before {
   width: 16px;
   width: 16px;
   height: 16px;
   height: 16px;
   background: green;
   background: green;
}
}

Navigation menu