mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[branding] Add example (empty) CSS file
This commit is contained in:
parent
08e4090354
commit
e9a295dfe5
1 changed files with 29 additions and 0 deletions
29
src/branding/default/stylesheet.qss
Normal file
29
src/branding/default/stylesheet.qss
Normal 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 { }
|
||||
*/
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue