Jump to content

Recommended Posts

Posted

Hello everyone. Does anyone knows how to customize form? I need to change color of the border of form to #3498db

For buttons i know how to do that, thanks to this forum

And for form?

 

In Attachment exapmple where i customized buttons and can't customize form.

 

Besides ! It is very easy customizing buttons with 

http://css3buttongenerator.com/

 

forum info about customizing buttons

http://forums.unigui.com/index.php?/topic/5861-change-background-color-button-solved/

post-2378-0-39771000-1489315825_thumb.jpg

Posted

You would need to change the CSS and/or images for the specific theme. Or create your own theme by starting of with one of the existing themes and modify it to your liking. Search the forum for themes.

Posted

Hi,

 

For example:

 

UniServerModule->CustomCSS:

.x-window-header-text {
    color: yourColor;
    font: bold 16px Verdana,sans-serif;
}

.x-window-header {
    background-color: yourColor;
}

Best regards.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...