Sencha Touch Button Icon Size CSS

Size
2,234 Kb
Views
22,264

How do I make an sencha touch button icon size css?

Quick demo showing how to override sencha touch default button icon size css. What is a sencha touch button icon size css? How do you make a sencha touch button icon size css? This script and codes were developed by Shayne Trosdahl on 18 November 2022, Friday.

Sencha Touch Button Icon Size CSS Previews

Sencha Touch Button Icon Size CSS - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Sencha Touch Button Icon Size CSS</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <script type="text/javascript" src="http://cdn.sencha.io/touch/sencha-touch-2.3.0/sencha-touch-all.js"></script>
<link href="http://cdn.sencha.io/touch/sencha-touch-2.3.0/resources/css/sencha-touch.css" rel="stylesheet" type="text/css"> <script src="js/index.js"></script>
</body>
</html>

Sencha Touch Button Icon Size CSS - Script Codes CSS Codes

.x-button .x-button-icon::before { font-size: 1.3em !important; line-height: 1.3em !important;
}

Sencha Touch Button Icon Size CSS - Script Codes JS Codes

Ext.setup({	onReady: function () {	Ext.Viewport.add({	xtype: 'container',	layout: {	type:'hbox',	pack: 'center',	align: 'center'	},	defaults: {	margin: '1em',	flex: 1	},	items: [{	xtype: 'button',	iconCls: 'settings',	iconAlign: 'top',	text: 'Button'	}, {	xtype: 'button',	iconCls: 'settings',	iconAlign: 'left',	text: 'Button'	}, {	xtype: 'button',	iconCls: 'settings',	iconAlign: 'right',	text: 'Button'	}]	});	}
});
Sencha Touch Button Icon Size CSS - Script Codes
Sencha Touch Button Icon Size CSS - Script Codes
Home Page Home
Developer Shayne Trosdahl
Username Trozdol
Uploaded November 18, 2022
Rating 3
Size 2,234 Kb
Views 22,264
Do you need developer help for Sencha Touch Button Icon Size CSS?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Shayne Trosdahl (Trozdol) Script Codes
Create amazing love letters with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!