109 lines
2.3 KiB
CSS
109 lines
2.3 KiB
CSS
.landing {
|
|
-fx-background-image: url(pocket.png);
|
|
-fx-background-position: center;
|
|
-fx-background-repeat: no-repeat;
|
|
}
|
|
|
|
.btnLeft {
|
|
-fx-background-radius: 0.3em 0em 0em 0.3em;
|
|
-fx-background-color: #263e48;
|
|
}
|
|
.btnLeft:hover {
|
|
-fx-background-radius: 0.3em 0em 0em 0.3em;
|
|
-fx-background-color: #2c4954;
|
|
}
|
|
.btnLeft:pressed {
|
|
-fx-background-radius: 0.3em 0em 0em 0.3em;
|
|
-fx-background-color: #1c2e35;
|
|
}
|
|
.btnCenter {
|
|
-fx-background-radius: 0em 0em 0em 0em ;
|
|
-fx-background-color: #263e48;
|
|
}
|
|
.btnCenter:hover {
|
|
-fx-background-radius: 0em 0em 0em 0em ;
|
|
-fx-background-color: #2c4954;
|
|
}
|
|
.btnCenter:pressed{
|
|
-fx-background-radius: 0em 0em 0em 0em ;
|
|
-fx-background-color: #1c2e35;
|
|
}
|
|
.btnRight {
|
|
-fx-background-radius: 0em 0.3em 0.3em 0em ;
|
|
-fx-background-color: #263e48;
|
|
}
|
|
.btnRight:hover {
|
|
-fx-background-radius: 0em 0.3em 0.3em 0em ;
|
|
-fx-background-color: #2c4954;
|
|
}
|
|
.btnRight:pressed {
|
|
-fx-background-radius: 0em 0.3em 0.3em 0em ;
|
|
-fx-background-color: #1c2e35;
|
|
}
|
|
.btnSimple {
|
|
-fx-background-color: #263e48;
|
|
}
|
|
.btnSimple:hover {
|
|
-fx-background-color: #2c4954;
|
|
}
|
|
.btnSimple:pressed {
|
|
-fx-background-color: #1c2e35;
|
|
}
|
|
/* SplitMenuButton */
|
|
.splitMenuButton .arrow-button{
|
|
-fx-background-color: #263e48;
|
|
}
|
|
.splitMenuButton .arrow-button:hover{
|
|
-fx-background-color: #2c4954;
|
|
}
|
|
.splitMenuButton .arrow-button:pressed{
|
|
-fx-background-color: #1c2e35;
|
|
}
|
|
.splitMenuButton .arrow{
|
|
-fx-background-color: #e1e1e1;
|
|
}
|
|
.splitMenuButton .label{
|
|
-fx-background-color: #263e48;
|
|
}
|
|
.splitMenuButton .label:hover{
|
|
-fx-background-color: #2c4954;
|
|
}
|
|
.splitMenuButton .label:pressed{
|
|
-fx-background-color: #1c2e35;
|
|
}
|
|
.splitMenuButton {
|
|
-fx-background-color: #263e48;
|
|
}
|
|
|
|
.splitMenuButton .menu-item .label{
|
|
-fx-background-color: none;
|
|
}
|
|
.splitMenuButton .menu-item .label:hover{
|
|
-fx-background-color: #000000;
|
|
-fx-text-base-color: white;
|
|
-fx-focus-color: red;
|
|
}
|
|
|
|
/* END */
|
|
.topToolBar{
|
|
-fx-background-color: #4f6f8f;
|
|
}
|
|
|
|
.transparentBtn {
|
|
-fx-background-color: none;
|
|
}
|
|
.transparentBtn:hover {
|
|
-fx-background-color: #e5e5e5;
|
|
}
|
|
.transparentBtn:pressed {
|
|
-fx-background-color: #d4d4d4;
|
|
}
|
|
/*
|
|
.tabPane .tab:selected {
|
|
-fx-background-color: #f1f1f1;
|
|
}
|
|
|
|
.tabPane .tab-header-background{
|
|
-fx-background-color: #b9b9b9;
|
|
}
|
|
*/
|