/* 
    Document   : Bug
    Created on : Jan 23, 2012, 6:10:04 PM
    Author     : akouznet
    Description:
        Purpose of the stylesheet follows.
*/

.button:hover {
    -fx-graphic: url("hover.png");
}

.button:armed {
    -fx-graphic: url("armed.png");
}

