Windows Azure Pack Management Portal Client-Side Extension Style Sheets

 

Applies To: Windows Azure Pack

Visual Studio Project Paths: Microsoft.WAP.Samples.HelloWorld.TenantExtension\Styles and Microsoft.WAP.Samples.HelloWorld.AdminExtension\Styles

You define the style sheets your Windows Azure Pack for Windows Server management portal extension needs in the manifest. They are loaded into the browser when the portal loads.As with JavaScript, there is no isolation for styles – all styles are effectively loaded together. This means that styles from the portal itself may influence your design. Be careful when defining selectors for your styles to ensure they are not too broad and match elements from the management portal or other extensions.

See Also

Windows Azure Pack Management Portal Client-Side Extension Manifests