This article describes how to style a preferences editor created using the Infusion Preferences Framework. This is part of the Tutorial - Creating a Preferences Editor Using the Preferences Framework.
...
The Preferences Framework includes a number of CSS stylesheets that are used to control the layout and appearance of the interface. These stylesheets should be used as the basis for your styles, even if you choose to override some of the styling to make the interface match your application. All stylesheets are found in src/componentsframework/uiOptionspreferences/css
.
Filename | Used by |
---|---|
UIOptionsPrefsEditor.css | all versions |
FatPanelUIOptionsSeparatedPanelPrefsEditor.css | fatseparated-panel version |
FatPanelUIOptionsFrameSeparatedPanelPrefsEditorFrame.css | the content of the fat the separated panel |
FullUIOptionsFullPrefsEditor.css | all full-page versions |
FullNoPreviewUIOptionsFullNoPreviewPrefsEditor.css | full-page, without preview |
FullPreviewUIOptionsFullPreviewPrefsEditor.css | full-page, with preview |
ie8.css | pages requiring support in Internet Explorer 8 |
...