106 lines
2.3 KiB
CSS
106 lines
2.3 KiB
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:27:11
|
|
Author : Maher
|
|
*/
|
|
/*.paneArccordion{
|
|
-fx-background-color: #d2d2d2;
|
|
}*/
|
|
.PaneAccordion{
|
|
-fx-background-color: #373737;
|
|
}
|
|
|
|
.titled-pane {
|
|
-fx-border-color: #2C2C2C;
|
|
}
|
|
.titled-pane .title{
|
|
-fx-padding: 5;
|
|
-fx-background-color: #373737;
|
|
-fx-border-insets:0px 0px 0px 0px;
|
|
-fx-border-width:0px 0px 2px 0px;
|
|
-fx-font-weight:bold;
|
|
}
|
|
|
|
.titled-pane .title .text{
|
|
-fx-fill: #ffffff;
|
|
-fx-font-size: 13px;
|
|
-fx-font-family: "inherit";
|
|
-fx-translate-x:15;
|
|
|
|
}
|
|
|
|
|
|
|
|
.titled-pane .content{
|
|
-fx-background-color: #373737;
|
|
-fx-border-color: #2C2C2C;
|
|
}
|
|
|
|
.titled-pane .title:hover{
|
|
-fx-background-color: #2C2C2C;
|
|
}
|
|
|
|
|
|
|
|
.titled-pane .title .arrow-button .arrow{
|
|
-fx-background-color:#ffffff;
|
|
visibility: hidden;
|
|
-fx-padding:18;
|
|
}
|
|
|
|
|
|
|
|
.dashboard .title .arrow-button{
|
|
-fx-background-image: url("../icon/dashboard.png");-fx-background-repeat: stretch;-fx-background-size: 23px 18px;
|
|
-fx-translate-y:6;
|
|
-fx-translate-x:10;
|
|
}
|
|
|
|
|
|
.achat .title .arrow-button{
|
|
-fx-background-image: url("../icon/achat.png");-fx-background-repeat: stretch;-fx-background-size: 30px 28px;
|
|
-fx-translate-y:6;
|
|
-fx-translate-x:10;
|
|
}
|
|
|
|
.vente .title .arrow-button{
|
|
-fx-background-image: url("../icon/vente.png");-fx-background-repeat: stretch;-fx-background-size: 28px 20px;
|
|
-fx-translate-y:6;
|
|
-fx-translate-x:10;
|
|
}
|
|
|
|
.stock .title .arrow-button{
|
|
-fx-background-image: url("../icon/Stock.png");-fx-background-repeat: stretch;-fx-background-size: 30px 19px;
|
|
-fx-translate-y:6;
|
|
-fx-translate-x:10;
|
|
}
|
|
|
|
.outil .title .arrow-button{
|
|
-fx-background-image: url("../icon/outil.png");-fx-background-repeat: stretch;-fx-background-size: 22px 22px;
|
|
-fx-translate-y:6;
|
|
-fx-translate-x:10;
|
|
}
|
|
|
|
/*******************************AnchorPane***********************************************/
|
|
|
|
|
|
.AnchorPane{
|
|
-fx-background-color: #2c2c2c;
|
|
}
|
|
.ButtonAnchorPane{
|
|
-fx-background-color: #2c2c2c;
|
|
-fx-text-fill: #a0a0a0;
|
|
-fx-font-size: 13px;
|
|
-fx-font-weight:bold;
|
|
}
|
|
|
|
|
|
.ButtonAnchorPane:hover{
|
|
-fx-background-color: #373737;
|
|
-fx-text-fill: #FFFFFF;
|
|
}
|