fb51e2c469
Bug fixes. A lot of things added <3
93 lines
No EOL
2.1 KiB
CSS
93 lines
No EOL
2.1 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: #267a9e;
|
|
}
|
|
.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: #267a9e;
|
|
}
|
|
.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: #267a9e;
|
|
}
|
|
.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: #267a9e;
|
|
}
|
|
.btnSimple:hover {
|
|
-fx-background-color: #2c4954;
|
|
}
|
|
.btnSimple:pressed {
|
|
-fx-background-color: #1c2e35;
|
|
}
|
|
/* SplitMenuButton */
|
|
.splitMenuButton .arrow-button{
|
|
-fx-background-color: #267a9e;
|
|
}
|
|
.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: #267a9e;
|
|
}
|
|
.splitMenuButton .label:hover{
|
|
-fx-background-color: #2c4954;
|
|
}
|
|
.splitMenuButton .label:pressed{
|
|
-fx-background-color: #1c2e35;
|
|
}
|
|
.splitMenuButton {
|
|
-fx-background-color: #267a9e;
|
|
}
|
|
|
|
.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;*/
|
|
-fx-background-image: url(gjel.png);
|
|
-fx-background-position: center;
|
|
-fx-background-repeat: repeat;
|
|
} |