Cambiar navegación
Iniciar sesión
Registrar
Home
Índice de documentos
Directorio de Usuarios
Índice de aplicaciones
Global
Idiomas
Idioma predeterminado
What's New
Índice de wikis
Buscar
Temas para Flamingo
Iceberg
Iceberg
Última modificación por
Administrator
el 2024/06/06 11:26
/* 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;
Vista previa
La actualización puede durar varios segundos.
Cargando...