(Zie JIRA-issue EMT-1004.)
Geen bewerkingssamenvatting
 
(21 tussenliggende versies door 3 gebruikers niet weergegeven)
Regel 1: Regel 1:
/* CSS-code die hier wordt geplaatst heeft invloed op alle skins */
/* tooltips calculator GO-Fresh */
/* tooltips calculator GO-Fresh */
.qtip {
.qtip {
Regel 6: Regel 4:
}
}


/* aanpassen lettergrootte broodkruimel (SBL) */
/* zie JIRA-ticket EMT-1691*/
#sbl-breadcrumbs {
.ve-active .emm-hide-me-inside-ve {
  font-size: 100%;
    display: none !important;
}
}
/* verwijderen laatste node broodkruimel (SBL) */
 
.sbl-breadcrumb-arrow-child,
/* zie JIRA-ticket EMT-2133 */
.sbl-breadcrumb-arrow-left {
.button--green {
  display: none;
    background-color: #008345;
}
}


/* start css-code Emm-navigation-tree */
/* zie JIRA-ticket EMT-2619 */
#emm-navtree-wrapper {
.ve-ui-mwTemplatePage-description {
  height: 0px;
    display: none;
  margin-bottom:10px;
}
}
#emm-navtree {
 
  min-width: 400px;
/* zie Jira-task KP-67 */
  border-style: solid !important;
#accesscontrol {
  border-color: lightgrey !important;
    font-size: larger !important;
  border-width: 1px;
    font-weight: bold !important;
  margin-top: 0px !important;
  margin-bottom:0px;
}
#emm-navtree-header {
  min-height: 20px;
  margin-bottom: 0px;
}
#emm-navtree-arrow {
  margin-left: 5px;
  margin-right: 5px;
}
.jstree-default-large .jstree-node {
  margin-left: 0 !important;
}
.jstree-container-ul {
  padding-left: 0 !important;
  padding-right: 1em !important;
}
.jstree-default-large .jstree-anchor {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 84%;
  line-height: 1.2em;
  color: #3399f3;
}
.jstree-anchor, .jstree-anchor:link, .jstree-anchor:visited {
  text-decoration: none;
  color: #3399f3;
}
.jstree-anchor {
  font-size: 100% !important;
}
.jstree-anchor:hover, .jstree-anchor:active {
  text-decoration: none;
  color: red;
}
.topContextTitle a {
  color: #777777;
  margin-left: 10px;
  margin-top: 2px;
}
.topContextTitle a:hover {
  color: #0b65b5;
}
.vakata-context li > a > i:empty {
  width: 0px !important;
}
.vakata-context li > a {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
}
/* einde css-code Emm-navigation-tree */

Huidige versie van 11 sep 2024 om 16:36

/* tooltips calculator GO-Fresh */
.qtip {
    min-width: 600px;
}

/* zie JIRA-ticket EMT-1691*/
.ve-active .emm-hide-me-inside-ve {
    display: none !important;
}

/* zie JIRA-ticket EMT-2133 */
.button--green {
    background-color: #008345;
}

/* zie JIRA-ticket EMT-2619 */
.ve-ui-mwTemplatePage-description {
    display: none;
}

/* zie Jira-task KP-67 */
#accesscontrol {
    font-size: larger !important;
    font-weight: bold !important;
}