-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathadminScene.css
112 lines (91 loc) · 1.87 KB
/
adminScene.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
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
103
104
105
106
107
108
109
110
111
112
.root{
-fx-background-color: #E8F3E8;
}
#adminHeader{
-fx-background-color: #92c591;
-fx-border-color: #004000;
-fx-border-width: 3 3 3 3;
}
#uPosAdmin, #pharmacyAdmin{
-fx-font-size: 33;
-fx-font-weight: bold;
}
#mainAdminMenu{
-fx-font-size: 18;
-fx-pref-height: 30;
}
.button{
-fx-font-size: 20;
-fx-pref-height: 35;
-fx-text-fill: #0A3409;
}
.label{
-fx-font-size: 20;
-fx-text-fill: #0A3409;
}
#idLabelAdmin, #totalLabelAdmin{
-fx-font-size: 30;
}
#uPosAdmin, #pharmacyAdmin{
-fx-font-size: 33;
-fx-font-weight: bold;
}
#adminHeader{
-fx-background-color: #92C591;
-fx-border-color: #004000;
-fx-border-width: 3 3 3 3;
}
#chargeAdmin{
-fx-background-color: #ffa500;
-fx-pref-height: 40;
-fx-pref-width: 325;
-fx-font-size: 20;
}
#retAdmin{
-fx-background-color: #ff4c4c;
-fx-pref-height: 50;
-fx-pref-width: 375;
-fx-font-size: 20;
}
#addAdmin{
-fx-background-color: #ffff1a;
-fx-pref-height: 40 ;
-fx-pref-width: 175 ;
-fx-font-size: 20;
}
#saleMenuAdminRectangle, #newClientAdminRectangle, #adminSalesRectangle {
-fx-fill: #92C591;
}
.text-field{
-fx-pref-height: 40;
}
.tab-label{
-fx-pref-height: 50;
-fx-pref-width: 250;
-fx-font-size: 20;
-fx-font-weight: bold;
}
#recAddClientsAdmin, #recDelClientAdmin, #saleMenuAdminRectangle, #newClientAdminRectangle, #adminSalesRectangle, #productsRec{
-fx-fill: #92C591;
}
.tab-label{
-fx-pref-height: 50;
-fx-pref-width: 250;
-fx-font-size: 20;
-fx-font-weight: bold;
}
.tab-pane .tab:selected{
-fx-background-color: #92C591;
-fx-font-size: 15;
}
.tab-pane .tab-header-area {
-fx-pref-height: 40;
-fx-tab-min-width:90;
}
.tab-pane .tab-header-area .tab-header-background {
-fx-opacity: 0;
}
.table-column {
-fx-alignment: CENTER;
-fx-font-size: 20;
}