6 lines
80 B
CSS
6 lines
80 B
CSS
|
.root {
|
||
|
-fx-background: rgba(68, 68, 68, 0.8); // == #444444;
|
||
|
}
|
||
|
.button {
|
||
|
}
|