-
Notifications
You must be signed in to change notification settings - Fork 2
/
design.css
46 lines (46 loc) · 1.06 KB
/
design.css
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
.root{
-fx-background-color: linear-gradient(to bottom right,#FFFFFF ,#34495E );
}
.label{
-fx-text-fill: #000000;
}
.table-view{
-fx-background-color: transparent;
}
.table-view:focused{
-fx-background-color: transparent;
}
.table-view .column-header-background{
-fx-background-color: linear-gradient(#EAECEE , #566573);
}
.table-view .column-header-background .label{
-fx-background-color: transparent;
-fx-text-fill: black;
-fx-font-weight: bold;
}
.table-view .column-header {
-fx-background-color: transparent;
}
.table-view .table-cell{
-fx-text-fill: black;
}
table-row-cell{
-fx-background-color: -fx-table-cell-border-color, #FFFFFF;
-fx-background-insets: 0, 0 0 1 0;
-fx-padding: 0.0em; /* 0 */
}
.table-row-cell:odd{
-fx-background-color: -fx-table-cell-border-color, #ABB2B9;
-fx-background-insets: 0, 0 0 1 0;
-fx-padding: 0.0em; /* 0 */
}
.button{
-fx-font-weight: bold;
}
.radio-button{
-fx-font-weight: bold;
}
#bold{
-fx-font-weight: bold;
}
@CHARSET "ISO-8859-1";