For the complete documentation index, see llms.txt. This page is also available as Markdown.

UI Customization

Here is the documentation for GLPI-specific CSS styles.

All the following color codes are neutral; you can customize them as you see fit.

These styles can be used in Administration > Entity > Entity > UI Customization


Main colors

:root {
  --tblr-primary: #ffffff;
  --tblr-secondary: #ffffff;
  --tblr-success: #ffffff;
  --tblr-info: #ffffff;
  --tblr-body-font-family: sans-serif;
  --tblr-body-color: #ffffff;
  --tblr-body-bg: #ffffff;
}

These global CSS variables are used throughout your stylesheets to ensure consistency of colors and fonts.


These styles are applied to the sidebar and navigation menu on the left side of the application. They define the background colors, text colors, and border colors of the links.


Input styles

These styles define the visual behavior of checkboxes when they are checked or indeterminate.


Progress bar styles

The progress bar is white (#ffffff). The animation is set so that the bar's width changes gradually instead of jumping to its new value.


Button styles

Primary Button

Secondary Button

Secondary Outline Button

The buttons in your application have a primary color, an interactive color (i.e. when hovered or clicked), a text color, and sometimes an outline color.


Other Styles

Font Family

Background Color

Last updated