:root {
    --wireit-color-base: #0b2156;                 /* background color of the module (header) and the borders */
    --wireit-color-selected: #dc006b;             /* color of the selected module */
    --wireit-color-base-text: white;              /* text color of the module (header) */

    --wireit-color-wire: #dc006b;                 /* color of the wire */
    --wireit-color-wire-border: #e61c73;          /* second (border) color of the wire */

    /*--wireit-color-exit-text: #404040; */       /* text color of exists **/
    /*--wireit-color-exit-text-warning: red; */   /* text color of exits with warning */
    /*--wireit-color-module-text-header: red; */  /* text color of the name of the module */
}

/** terminal dots (the gray and blue exit and entry dots) **/
div.WireIt-Terminal {
    /*background-image: url(../../images/icons/terminals.gif); */  /* change the image of the terminal dots - attention: contains 3 sprites */
    filter: hue-rotate(120deg);                                    /* Adjust the color of the icon */
}

/** the add module button **/
div.addModule a {
    background-image: url(../images/icons2/add_module.png);   /* change the image of the add module button icon */
    /*filter: hue-rotate(120deg); */                                /* Adjust the color of the icon */
}

/** the scissors icon to cut a wire **/
div.WireIt-Wire-scissors {
    /*background-image: url(../../javascript/wireit-0.5.0/images/cut.png);*/
}
