Advertisement
Guest User

rootPanel.css

a guest
Jul 23rd, 2013
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. .rootPane {
  2.    
  3.     -fx-border-insets: 23;
  4.     -fx-background-insets: 23;
  5.     -fx-background-radius: 6;
  6.     -fx-border-radius: 6;
  7.     -fx-border-color: gray;
  8.     -fx-border-style: solid;
  9.     -fx-border-width: 1;
  10.     -fx-effect: dropshadow(three-pass-box, rgba(100, 100, 100, 1), 24, 0.5, 0, 0);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement