sierpinski-fractales/src/main/sarl/io/sarl/demos/sierpinski/ViewerController.css

21 lines
406 B
CSS
Raw Permalink Normal View History

2017-05-26 15:56:36 +00:00
/*
* @Author: Bartuccio Antoine
* @Date: 2017-05-26 17:51:42
* @Last Modified by: klmp200
2017-05-26 15:57:35 +00:00
* @Last Modified time: 2017-05-26 17:57:14
2017-05-26 15:56:36 +00:00
*/
// Nice white #F9FAFB
// Nice black #2B2B2B
#mainPane {
-fx-background-color: #2B2B2B;
}
.button {
-fx-background-radius: 0em;
-fx-background-inserts: 0, 0, 0;
-fx-focus-color: transparent;
-fx-text-fill: #2B2B2B;
-fx-background-color: rgb(169, 169, 169);
}