Foren / Cotonti / Support / Textboxer forum

musiconly
#14385 17. Juli 2009, 02:59
assuming you mean on markitup.

/public_html/plugins/markitup/skins/markitup

file: style.css

.markItUpEditor {
	font:12px 'Courier New', Courier, monospace;
	/*padding:5px 5px 5px 5px;*/
	border:1px solid #3C769D;
	width:98%;
	/*height:320px;*/
	background-image:url(images/bg-editor.png);
	background-repeat:no-repeat;
	clear:both; display:block;
	line-height:18px;
	overflow:auto;
}

to

.markItUpEditor {
	font:12px 'Courier New', Courier, monospace;
	/*padding:5px 5px 5px 5px;*/
	border:1px solid #3C769D;
	width:98%;
	/*height:320px;*/
	background-color: #000000;
	clear:both; display:block;
	line-height:18px;
	overflow:auto;
}

Dieser Beitrag wurde von musiconly (am 17. Juli 2009, 03:05, vor 15 Jahre) bearbeitet