lundi 14 avril 2014

Border Radius not working for Container

Can anyone see why the border-radius does not work? (I'm using Chrome)

Code:



Ext.define('MyComponent', {

extend: 'Ext.container.Container',

style: {

borderStyle: 'solid',
borderColor: 'red',
borderRadius: 30

},

border: 5

});




Aucun commentaire:

Enregistrer un commentaire