Estructuras_de_Datos/src/cl/cromer/estructuras/css/style.css

21 lines
365 B
CSS

.text {
-fx-font-family: "Arial";
-fx-font-size: 14;
}
.menu-bar {
-fx-background-color: #aeb5ba, linear-gradient(to bottom, #ecf4fa 0%, #ced4d9 100%);
-fx-background-insets: 0, 0 0 1 0;
}
.menu-bar .menu .label {
-fx-text-fill: #2d3e4c;
}
.text-field-limited {
-fx-max-length: 3;
}
.scroll-pane {
-fx-background-color:transparent;
}