Skip to main content
summaryrefslogtreecommitdiffstats
blob: 25d568b3a157deb0ce10bcb5f9c6081217cd54b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.project-toolbar > * > .button {
	-fx-background-color: transparent;
}

.new_project_dialog {
	-fx-graphic: url(icons/64/newprj_wiz.png);
}

.open_project_dialog {
	-fx-graphic: url(icons/64/prj_obj.png);
}

Back to the top