[branding] Add example (empty) CSS file

This commit is contained in:
Adriaan de Groot 2019-04-23 16:48:29 -04:00
parent 08e4090354
commit e9a295dfe5

View file

@ -0,0 +1,29 @@
/*
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 { }
*/