Jump to content

Template:Hide checkboxes/styles.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
fix to match the class of the codex checkboxes
 
Line 1: Line 1:
/* {{pp-template}} */
/* {{pp-template}} */
.hide-checkboxes form .inputbox-element,
.hide-checkboxes form .inputbox-element,
.hide-checkboxes .mw-ui-checkbox {
.hide-checkboxes .mw-ui-checkbox,
.hide-checkboxes .cdx-checkbox {
display: none !important; /* the extension has display: table !important >:( */
display: none !important; /* the extension has display: table !important >:( */
}
}

Latest revision as of 13:21, 14 July 2024

/* {{pp-template}} */
.hide-checkboxes form .inputbox-element,
.hide-checkboxes .mw-ui-checkbox,
.hide-checkboxes .cdx-checkbox {
	display: none !important; /* the extension has display: table !important >:( */
}