Menu

[r10]: / XMLTool / src / xmltool / MainCSS.css  Maximize  Restore  History

Download this file

46 lines (37 with data), 836 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.menu-bar, .vBox, .hBox, .anchorPane, .tab-pane {
-fx-background-color: #686868;
/*-fx-background-color: rgba(192, 192, 192, 1);*/
-fx-background-radius: 5,4,3,5;
}
.top-border {
-fx-border-color: derive(-fx-color, -10%);
-fx-border-width: 1 0 0 0;
}
/*.menu .label {
-fx-text-fill: black;
}*/
.tab-pane .tab-header-area .tab-header-background {
-fx-background-color: #686868;
}
.button {
-fx-background-color: #686868;
}
.button:hover {
-fx-effect: innershadow( three-pass-box , #007AD2 , 5, 0.7 , 0 , 0 );
}
.button:focused {
-fx-background-insets: 0 0 -1 0, 0, 1, 2;
-fx-background-radius: 5, 5, 4, 3;
}
.separator *.line {
-fx-border-style: none;
}
.separator-solid *.line {
-fx-border-style: solid;
}
.tag {
-fx-fill: #800000;
}
.arrow {
-fx-fill: #0000ff;
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.