Jump to content

Recommended Posts

  • 5 years later...
Posted

For example, in custom css, I have this:

 

.x-btn-button{
    border-color: #196f3d !important;
    background-color: #196f3d !important;
}

 

And works, but border is not changed.

Any idea?

Thanks.

Posted
29 minutes ago, Sherzod said:

Hello,

Also try with border-style, border-width.

Sorry how?

With this:

.x-btn-button{
    border-style: solid !important;
    border-width: 1px !important;     
    border-color: #196f3d !important;
    background-color: #196f3d !important;
}

 

The button looks like this:

imagen.png.3db4b42802c27404daa01a0a22e4d4e6.png

It is a tunibitbtn.

I need to do it in buttons and bitbuttons, but not in toolbarbuttons.

Thanks.

 

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...