Skip to Content
Home
Log-in
Search
Toggle navigation
IT Service
Page Index
Application Index
Global
Wiki Index
Toggle the parent tree of Iceberg.
Themes for Flamingo
Toggle the hierarchy tree under Themes for Flamingo.
Iceberg
Toggle the hierarchy tree under Iceberg.
Iceberg
Viewers
Siblings
/* Administration: Vertical Menus */ @list-group-active-border: @list-group-border; /* Increasing default contrast for accessibility. */ /* Slight change on @gray-light to make it pass the 4.5 contrast threshold on a white background. */ @gray-light: #727272; /* Gray-light is too light on a light backgrounds. @gray for muted text is easier to read. */ @text-muted: @gray; /* The boxes background is too dark for links, we make it a lighter shade than bootstrap default. */ @state-danger-bg: #f8ecec; @state-success-bg: #e5f3df; @state-info-bg: #e1f1f9; /* Input-color-placeholder is hardcoded in bootstrap, we need to override it. */ @input-color-placeholder: @gray-light; /* Drawer */ @xwiki-drawer-menu-item-hover-bg: @list-group-hover-bg; @xwiki-drawer-menu-item-hover-color: @list-group-link-hover-color; /* Headings */ @headings-font-weight: 500; /* Other */ @well-bg: @body-bg;
Preview
The refresh can take several seconds.
Loading...