LogoLogo
HomeNewsSupportVideos
  • Theme Builder
  • Getting Started
    • Edit a Theme
    • Edit a Mixin
    • Create New Theme
  • Concepts
    • Layout
    • Tips & Tricks
  • User Interface
    • Main Window
    • Preview
    • Browser
    • Images
    • Source Editor
    • Color Picker
    • Image Picker
    • Font Picker
    • CSS Editor
    • Export/Import Images
  • Theme Elements
    • Elements
    • Colors
    • Images
    • Fonts
    • Appearances
    • Stylesheet
    • States
    • Styles
    • Properties
    • Settings
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. User Interface

CSS Editor

PreviousFont PickerNextExport/Import Images

Last updated 3 years ago

Was this helpful?

Some themes may require certain CSS values and rules or a combination of CSS styles that cannot be achieved using the predefined styles and properties in the theme engine and the widgets.

Custom CSS can be added to the css style in relation to a . Wisej will use the CSS exactly as entered in the theme when it applies the state to the widget.

The Material-3 theme uses this feature to add an animated focus bar under input fields and under the tabs in the tab view widget.

Note that the syntax in the CSS editor is JSON. For example to set style background-color to red, you have to enter "background-color": "red".

You can use theme colors as well as rgb, rgba, named colors, #RRGGBB, and #RRGGBBAA definitions.

state