MediaWiki:Gadget-CharInsert-core.css

Catatan: Selepas diterbitkan, anda mungkin perlu memintas cache pelayar web untuk melihat perubahan.

  • Firefox / Safari: Tahan Shift sambil klik Reload, atau tekan sama ada Ctrl-F5 atau Ctrl-R (⌘-R pada Mac)
  • Google Chrome: Tekan Ctrl-Shift-R (⌘-Shift-R pada Mac)
  • Edge: Tahan Ctrl sambil tekan Refresh, atau tekan Ctrl-F5.
/* MediaWiki:Gadget-charinsert-core.css */

#editpage-specialchars {
	display: block;
	box-sizing: border-box;
	border: 1px solid #c0c0c0;
	background-color: rgb(248, 248, 255);
	line-height: normal;
	padding: 0.37em;
}

#wpTextbox1 + #editpage-specialchars, .wikiEditor-ui-clear + #editpage-specialchars {
	border-top: none;
}