/// Modifications du volet de d'édition de tickets - destiné à l'équipe Support DSI
support.intern.afnor.org by AFN8282

Details
AuthorAFN8282
LicenseNo License
CategoryGLPI Afnor
Created
Updated
Size2.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
/// Fonctionne pour GLPI 10.0.17
/// Contact Afnor : XLGE
Source code
/* ==UserStyle==
@name support.intern.afnor.org
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author XLGE (AFN)
==/UserStyle== */
@-moz-document domain("support.intern.afnor.org") {
/* === MODIFS / CACHER ELEMENTS DU MENU TICKETS === */
/* cache les bordures grises */
.accordion-item {border:0px}
/* éléments du dropdown principal "ticket" */
#heading-main-item > .accordion-button {display: none;}
.accordion-body > .row:nth-child(1) > .col-form-label {display: none;}
.accordion-body > .form-field:nth-child(1) > .col-xxl-8 {display: none;}
#item-main > .accordion-body {font-size: 11px; font-style: italic; padding-bottom:0px} /* change taille police */
.select2-dropdown {background-color: #E5E5E5;} /* fond gris sur dropdown */
.popover-body {display: none;} /* cache popup contact */
.tooltip {display: none;} /* cache popup compteurs */
.qtip-content {display: none;} /* cache popup "i" */
/* modifs dropdown "tickets liés" */
#linked_tickets-heading > .accordion-button {display: none;}
#linked_tickets > .accordion-body {display: none;}
/* modifs dropdown "acteurs" */
#heading-actor > .accordion-button {display: none;}
.accordion-actors {font-size: 11px; font-style: italic; padding-bottom:0px} /* change taille police */
.accordion-actors > .form-field:nth-child(1) > .col-form-label,
.accordion-actors > .form-field:nth-child(1) > .field-container {display: inline;}
.accordion-actors > .form-field:nth-child(2) > .col-form-label,
.accordion-actors > .form-field:nth-child(2) > .field-container {display: inline;}
.accordion-actors > .form-field:nth-child(3) > .col-form-label,
.accordion-actors > .form-field:nth-child(3) > .field-container {display: inline;}
/* Cacher les TTR inutiles */
#service-levels-heading > .accordion-button {display: none;}
#service-levels .form-field:nth-child(1) {display: none;}
.form-field:nth-child(2) > .col-auto {font-size: 11px; display: inline;}
#service-levels > .accordion-body {padding-bottom:0px}
#service-levels .form-field:nth-child(3) {display: none;}
#service-levels .form-field:nth-child(4) {display: none;}
#service-levels > .accordion-body {font-size: 11px; font-style: italic;} /* change taille police */
/* Cacher dropdown "éléments" */
#items-heading > .accordion-button {display: none;}
.accordion-items {display: none;}
/* Cacher pop-up wizz */
.toast {display: none;}
/* /////////////////////////////////////// */
}