-
4 Feb 2011 3:05 AM #1
How to round corners of ext-button?
How to round corners of ext-button?
How to make rounded corners in ext-button?
I know button has 9 attributes in css
.x-btn-tl,
.x-btn-tr,
.x-btn-tc,
.x-btn-ml,
.x-btn-mr,
.x-btn-mc,
.x-btn-bl,
.x-btn-br,
.x-btn-bc
and i should probably set something on the tl,tr,bl,br to change corners styles, but what should it be?
-
12 Apr 2011 11:33 AM #2
I would also really like to know this. Can anyone please help.
-
13 Apr 2011 12:25 AM #3
Background image
Code:.x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc, .x-btn-bl, .x-btn-br, .x-btn-bc { background-image: url("../images/default/button/btn.gif"); }
Similar Threads
-
How to round corners of grid column header?
By surfyogi in forum Ext 3.x: Help & DiscussionReplies: 0Last Post: 18 Sep 2010, 2:03 PM -
[OPEN-824][3.x]Gray theme: Button Rounded corners
By tonedeaf in forum Ext 3.x: BugsReplies: 0Last Post: 3 Apr 2010, 1:54 AM -
Ext.Panel and round corners
By m0ntassar in forum Ext 2.x: Help & DiscussionReplies: 6Last Post: 10 Dec 2007, 1:01 AM


Reply With Quote