-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEditer.css
73 lines (59 loc) · 1.01 KB
/
Editer.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
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
.menu-bar{
-fx-background-color:#999999;
}
.menu{
-fx-background-color:#999999;
}
.menu-item{
-fx-background-color:#999999;
}
.menu-item:hover{
-fx-background-color:#777777;
}
.menu:hover{
-fx-background-color:#777777;
}
.tab-pane .tab{
-fx-background-color:#999999;
}
.tab-pane .tab .tab-label{
-fx-font-size: 12px;
-fx-alignment: CENTER;
-fx-text-fill:#ffffff;
}
.tab-pane .tab:selected .tab-label{
-fx-font-size:14px;
-fx-alignment: CENTER;
-fx-text-fill:#777777;
}
.tab-pane .tab:selected{
-fx-background-color:#ffffff;
}
.web-view{
-fx-min-width:0;
-fx-min-height:0;
}
.tab-pane .tab .tab-header{
-fx-background-color:red;
}
.tab-pane
{
-fx-tab-min-width:90px;
}
.add{
-fx-tab-min-width:30px;
}
.tab{
-fx-background-insets: 0 1 0 1,0,0;
}
.button{
-fx-padding:0px;
-fx-width:3px;
}
.button:hover{
-fx-background-color:black;
}
.text-area{
-fx-background-color:#999999;
-fx-font-size:15Px;
}