Corrected css issues that caused pan/zoom controls to disappear

This commit is contained in:
Brendan Robert 2013-08-03 22:48:00 -05:00
parent efb23f827f
commit 669cc42122

View File

@ -7,15 +7,15 @@
}
.moveButton {
-fx-graphic: url("arrowUp.png");
-fx-graphic: url("../images/arrowUp.png");
}
.zoomOutButton {
-fx-graphic: url("zoomOut.png");
-fx-graphic: url("../images/zoomOut.png");
}
.zoomInButton {
-fx-graphic: url("zoomIn.png");
-fx-graphic: url("../images/zoomIn.png");
}
.moveButton, .zoomInButton, .zoomOutButton{