User:Timeshifter/common.css

/* Height of wikitext editing window */
textarea {height:20em}


/* Show the Reload button only when you hover it. In the Preview window. 
https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#Any_way_to_get_rid_of_the_%22Reload%22_button_in_preview_window?
Search for "Any way to get rid of the "Reload" button in preview window?" in the archives. */
.ext-WikiEditor-twopanes-pane2:hover .ext-WikiEditor-reloadButton {
	opacity: 0;
}
.ext-WikiEditor-twopanes-pane2 .ext-WikiEditor-reloadButton:hover {
	opacity: 1;
}