2018-05-02 05:21:44 +03:00
|
|
|
.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;
|
2018-11-28 07:10:35 +03:00
|
|
|
-fx-background-color: #267a9e;
|
2018-05-02 05:21:44 +03:00
|
|
|
}
|
|
|
|
.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 ;
|
2018-11-28 07:10:35 +03:00
|
|
|
-fx-background-color: #267a9e;
|
2018-05-02 05:21:44 +03:00
|
|
|
}
|
|
|
|
.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 ;
|
2018-11-28 07:10:35 +03:00
|
|
|
-fx-background-color: #267a9e;
|
2018-05-02 05:21:44 +03:00
|
|
|
}
|
|
|
|
.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 {
|
2018-11-28 07:10:35 +03:00
|
|
|
-fx-background-color: #267a9e;
|
2018-05-02 05:21:44 +03:00
|
|
|
}
|
|
|
|
.btnSimple:hover {
|
|
|
|
-fx-background-color: #2c4954;
|
|
|
|
}
|
|
|
|
.btnSimple:pressed {
|
|
|
|
-fx-background-color: #1c2e35;
|
|
|
|
}
|
|
|
|
/* SplitMenuButton */
|
|
|
|
.splitMenuButton .arrow-button{
|
2018-11-28 07:10:35 +03:00
|
|
|
-fx-background-color: #267a9e;
|
2018-05-02 05:21:44 +03:00
|
|
|
}
|
|
|
|
.splitMenuButton .arrow-button:hover{
|
|
|
|
-fx-background-color: #2c4954;
|
|
|
|
}
|
|
|
|
.splitMenuButton .arrow-button:pressed{
|
|
|
|
-fx-background-color: #1c2e35;
|
|
|
|
}
|
|
|
|
.splitMenuButton .arrow{
|
|
|
|
-fx-background-color: #e1e1e1;
|
|
|
|
}
|
|
|
|
.splitMenuButton .label{
|
2018-11-28 07:10:35 +03:00
|
|
|
-fx-background-color: #267a9e;
|
2018-05-02 05:21:44 +03:00
|
|
|
}
|
|
|
|
.splitMenuButton .label:hover{
|
|
|
|
-fx-background-color: #2c4954;
|
|
|
|
}
|
|
|
|
.splitMenuButton .label:pressed{
|
|
|
|
-fx-background-color: #1c2e35;
|
|
|
|
}
|
|
|
|
.splitMenuButton {
|
2018-11-28 07:10:35 +03:00
|
|
|
-fx-background-color: #267a9e;
|
2018-05-02 05:21:44 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.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{
|
2018-11-28 07:10:35 +03:00
|
|
|
/*-fx-background-color: #4f6f8f;*/
|
|
|
|
-fx-background-image: url(gjel.png);
|
|
|
|
-fx-background-position: center;
|
|
|
|
-fx-background-repeat: repeat;
|
2018-11-25 18:13:09 +03:00
|
|
|
}
|