[CLOSED] button with rounded edge

  1. #1

    [CLOSED] button with rounded edge

    Hello


    Is to make a button with rounded edges?

    Tks

    Ulisses
    Last edited by Daniil; Jul 08, 2014 at 5:28 AM. Reason: [CLOSED]
  2. #2
    Hi @ucaneto,

    Well, an Ext.NET Button has round borders already. There is
    border-radius: 3px;
    If you want to increase the radius, you could override the CSS rule:
    <style>
        .x-btn-default-small {
            border-radius: 10px;
        }
    </style>
    It is for everything except IE8 and lower. There is another way to get round border in those legacy browsers.

Similar Threads

  1. Hide the edge of a panel header
    By billy in forum 2.x Help
    Replies: 7
    Last Post: Dec 04, 2012, 2:08 PM
  2. Replies: 5
    Last Post: Oct 22, 2012, 10:43 AM
  3. [CLOSED] Panels with rounded corners
    By supera in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 27, 2012, 8:44 PM
  4. [CLOSED] Strange edge toolbar
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 15, 2010, 11:05 AM
  5. Rounded edges on panel?
    By dbassett74 in forum 1.x Help
    Replies: 3
    Last Post: May 10, 2009, 3:21 PM

Posting Permissions