commonNew2.css
2.01 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
.button:hover{
-fx-cursor: hand;
}
.bgtrans{
-fx-background-color:transparent;
}
.tab-pane > .tab-header-area > .tab-header-background {
-fx-background-color: transparent;
}
.table-view .table-row-cell {
-fx-background-insets: 0;
}
/*表格透明*/
.table-view{
-fx-background-color: transparent;
-fx-background-insets: 0, 0,0,0;
}
.table-view > .column-header-background{
-fx-background-color: transparent;
-fx-border-width: 0 0 1 0;
-fx-border-color:
transparent
transparent
#949494
transparent;
-fx-border-insets: 0 0 1 0;
}
.table-view:focused{
-fx-background-color: transparent;
}
.table-view .column-header .label{
-fx-font-size: 14;
}
.table-row-cell {
-fx-min-height: 100px;
-fx-max-height: 100px;
-fx-border-width: 0 0 0 0;
-fx-border-color:
transparent
transparent
transparent
transparent;
-fx-border-insets: 0 0 0 0;
-fx-background: white;
}
.table-row-cell:empty {
-fx-background: white;
}
.table-view .column-header{
-fx-background-color:transparent;
-fx-border-width: 0 0 1 0;
-fx-border-color:
transparent
transparent
#949494
transparent;
-fx-border-insets: 0 0 1 0;
}
.groupBtnBox{
-fx-border-color: #52A2A5;
-fx-border-radius: 5;
}
.groupBtnBox > .label{
-fx-text-fill: #52A2A5;
}
.groupBtn{
-fx-text-fill: #52A2A5;
-fx-background-color:transparent;
-fx-padding:10px 35px;
-fx-font-size:15px
}
.groupBtn:hover{
-fx-text-fill: #4876FF;
}
.groupBtn:active{
-fx-background-color: #4876FF;
}
.singleBtn{
-fx-text-fill: #52A2A5;
-fx-padding:10px 35px;
-fx-border-color:#52A2A5;
-fx-border-radius:5;
-fx-background-color:transparent;
}
.table-row-cell:even {
-fx-min-height: 100px;
-fx-max-height: 100px;
-fx-background: white;
}
.table-row-cell:odd {
-fx-min-height: 100px;
-fx-max-height: 100px;
-fx-background: white;
}