From e9a295dfe5c1e50065d23b97468234c3bf452ab1 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 23 Apr 2019 16:48:29 -0400 Subject: [PATCH] [branding] Add example (empty) CSS file --- src/branding/default/stylesheet.qss | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/branding/default/stylesheet.qss diff --git a/src/branding/default/stylesheet.qss b/src/branding/default/stylesheet.qss new file mode 100644 index 000000000..2e5e734c6 --- /dev/null +++ b/src/branding/default/stylesheet.qss @@ -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 { } +*/ + +