Jump to content

unimedit font and font size


iyarar

Recommended Posts

Mar7aba,

 

You can use:

 

1. ClientEvents->added:

sender.setInputCls('mycss');

2. (OR) ClientEvents->UniEvents->beforeinit:

config.InputCls('mycss');

CSS -> ServerModule->CustomCSS:

.mycss
{
 color:#91b4cd !important;
 -webkit-text-fill-color:#91b4cd !important;
 font: 14px Tahoma, Helvetica, sans-serif !important;
 font-weight:bold;
}
Link to comment
Share on other sites

  • 1 year later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...