39 lines
1010 B
CSS
39 lines
1010 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:28:01
|
|
Author : Maher
|
|
*/
|
|
|
|
.PaneProfilGauche{
|
|
-fx-background-color: #373737;
|
|
}
|
|
|
|
/**************************Button*********************************************/
|
|
.buttonDecnx{
|
|
-fx-background-color: transparent;
|
|
}
|
|
|
|
|
|
|
|
.toolbar-button .arrow {
|
|
-fx-background-insets: 1 0 -1 0, 0;
|
|
-fx-background-color: -fx-mark-color, #FFFFFF;
|
|
-fx-padding: 0.25em; /* 3 */
|
|
-fx-shape: "M 0 -3.5 v 7 l 4 -3.5 z";
|
|
}
|
|
|
|
.toolbar-button:hover .arrow {
|
|
-fx-background-insets: 1 0 -1 0, 0;
|
|
-fx-background-color: -fx-mark-highlight-color, -fx-mark-color;
|
|
-fx-padding: 0.25em; /* 3 */
|
|
-fx-shape: "M 0 -3.5 v 7 l 4 -3.5 z";
|
|
}
|
|
|
|
.toolbar-button:openvertically .arrow {
|
|
-fx-padding: 0.166667em 0.333333em 0.166667em 0.333333em; /* 2 4 2 4 */
|
|
-fx-shape: "M 0 0 h 7 l -3.5 4 z";
|
|
} |