
styles.Main.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of todos Show documentation
Show all versions of todos Show documentation
Showcase application sed as Todo Manager demo
The newest version!
.todoCell {
-fx-text-alignment:left;
}
.done .text {
-fx-strikethrough:true;
}
.undone .text {
-fx-strikethrough:false;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy