Форумы / Cotonti / Support / Textboxer forum

pieter
#14388 17.07.2009 03:09
If you do that it is changed for all skins. If you have more than one skin, do the following:

Lombi gave me the tip:
Add these CSS-part into the skin-CSS. The skin-CSS is loaded after the markitup. So it overrides it.

I did this for the sed-dark skin:
/* ============== markItUp CSS ============== */
.markItUpContainer  {
	border:1px solid #3C769D;
	background:#FFF!important;
	padding:5px 5px 2px 5px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	}
	
.markItUpEditor {
	font:12px 'Courier New', Courier, monospace;
	padding:5px 5px 5px 5px;
	border:1px solid #3C769D;
	width:98%;
	/*height:320px;*/
	background-image:none!important;
	background-repeat:no-repeat;
	clear:both; display:block;
	line-height:18px;
	overflow:auto;
}
... can we help you ...