Advertisement
Zookey90

Untitled

May 31st, 2012
15,190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.47 KB | None | 0 0
  1. #root {
  2.     -fx-background-color:  linear-gradient(lightgray, gray);
  3.     -fx-border-color: white;
  4.     -fx-border-radius: 20;
  5.     -fx-padding: 10 10 10 10;
  6.     -fx-background-radius: 20;
  7.    
  8. }
  9.  
  10. #bp {
  11.     -fx-background-color:  linear-gradient(gray,DimGrey );
  12.    
  13. }
  14.  
  15. #btnLogin {
  16.     -fx-background-radius: 30, 30, 29, 28;
  17.     -fx-padding: 3px 10px 3px 10px;
  18.     -fx-background-color:   linear-gradient(orange, orangered );
  19. }
  20.  
  21. #text {
  22.     -fx-fill:  linear-gradient(orange , orangered);
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement