View Full Version : How to remove white corners?
darkhorni
30 Aug 2012, 4:48 AM
//my code
style : {
border : 0,
padding : 5
},
frame : true,38352
I cannot figure aout how to remove the white corner. It is in all 4 corners.
tvanzoelen
30 Aug 2012, 4:54 AM
Set
bodyStyle: {
background: 'none !important'
},
http://www.sencha.com/forum/showthread.php?185329-White-corners&highlight=white+corners
darkhorni
30 Aug 2012, 5:08 AM
Set
bodyStyle: {
background: 'none !important'
},
http://www.sencha.com/forum/showthread.php?185329-White-corners&highlight=white+corners
Sadly it didn't work.
tvanzoelen
30 Aug 2012, 5:11 AM
You must put it on the panel/component wich is the container of panel with the white corners
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.