50 lines
968 B
CSS
50 lines
968 B
CSS
/*
|
|
To change this license header, choose License Headers in Project Properties.
|
|
To change this template file, choose Tools | Templates
|
|
and open the template in the editor.
|
|
*/
|
|
/*
|
|
Created on : 8 déc. 2014, 13:40:26
|
|
Author : Maher
|
|
*/
|
|
|
|
.paneMenuHaut{
|
|
-fx-border-color: #d2d2d2;
|
|
}
|
|
|
|
.BouttonMessage{
|
|
-fx-background-color: transparent;
|
|
}
|
|
.BouttonMessage:hover{
|
|
-fx-background-color: #F7F7F7;
|
|
|
|
}
|
|
|
|
.BouttonListeProfile{
|
|
-fx-background-color: #ffffff;
|
|
|
|
}
|
|
|
|
/*****************************************/
|
|
.context-menu {
|
|
-fx-skin: "com.sun.javafx.scene.control.skin.ContextMenuSkin";
|
|
-fx-border-color: #d2d2d2;
|
|
|
|
|
|
}
|
|
|
|
.menu-item {
|
|
-fx-background-color: transparent;
|
|
-fx-border-width: 0 0 1 0;
|
|
-fx-border-color: #ffffff #ffffff #d2d2d2 #ffffff;
|
|
-fx-font-size: 9px;
|
|
-fx-padding: 5px 30px;
|
|
}
|
|
|
|
.menu-item:focused {
|
|
-fx-background-color:#EEEEEE;
|
|
}
|
|
|
|
.menu-item:focused .label {
|
|
-fx-background-color:#EEEEEE;
|
|
} |