2019-04-23 22:48:29 +02:00
|
|
|
/*
|
|
|
|
|
|
|
|
A branding component can ship a stylesheet (like this one)
|
|
|
|
which is applied to parts of the Calamares user-interface.
|
|
|
|
In principle, all parts can be styled through CSS.
|
|
|
|
Missing parts should be filed as issues.
|
|
|
|
|
|
|
|
The IDs are based on the object names in the C++ code.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Main application window.
|
|
|
|
|
|
|
|
#mainApp { }
|
|
|
|
#logoApp { }
|
|
|
|
#sidebarApp { }
|
|
|
|
#sidebarMenuApp { }
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Partitioning module.
|
|
|
|
|
|
|
|
#bootInfoIcon { }
|
|
|
|
#bootInfoLable { }
|
|
|
|
#deviceInfoIcon { }
|
|
|
|
#defineInfoLabel { }
|
|
|
|
#scrollAreaWidgetContents { }
|
|
|
|
#partitionBarView { }
|
|
|
|
*/
|
|
|
|
|
2019-04-24 13:13:06 +02:00
|
|
|
/* Licensing module.
|
2019-04-23 22:48:29 +02:00
|
|
|
|
2019-04-24 13:13:06 +02:00
|
|
|
#licenseItem { }
|
|
|
|
#licenseItemFullText { }
|
|
|
|
*/
|