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

    /*--wireit-color-wire: #E35290; */            /* color of the wire */
    /*--wireit-color-wire-border: #881044;        /* 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/icons/add_module.gif); */  /* 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);*/
}
