Looking at caspian.css I see things like:
.check-box {
-fx-skin: "com.sun.javafx.scene.control.skin.CheckBoxSkin";
-fx-label-padding: 0.0em 0.0em 0.0em 0.416667em; /* 0 0 0 5 */
}
.hyperlink {
-fx-skin: "com.sun.javafx.scene.control.skin.HyperlinkSkin";
-fx-padding: 0.166667em; /* 2 */
-fx-cursor: hand;
-fx-graphic-vpos: CENTER;
}
But the CSS reference document has no mention of -fx-label-padding or -fx-graphic-vpos
Since the documentation encourages us to look to caspian.css these should be documented. If they are internal-only, then caspian.css should mention that as it is already heavily commented.
.check-box {
-fx-skin: "com.sun.javafx.scene.control.skin.CheckBoxSkin";
-fx-label-padding: 0.0em 0.0em 0.0em 0.416667em; /* 0 0 0 5 */
}
.hyperlink {
-fx-skin: "com.sun.javafx.scene.control.skin.HyperlinkSkin";
-fx-padding: 0.166667em; /* 2 */
-fx-cursor: hand;
-fx-graphic-vpos: CENTER;
}
But the CSS reference document has no mention of -fx-label-padding or -fx-graphic-vpos
Since the documentation encourages us to look to caspian.css these should be documented. If they are internal-only, then caspian.css should mention that as it is already heavily commented.
- relates to
-
JDK-8128581 JavaFX CSS Reference Guide in part about charts seems incomplete.
-
- Closed
-
-
JDK-8119699 The default alignment of graphics in buttons changed in build 2.1b10
-
- Closed
-