-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathStyle.css
More file actions
70 lines (56 loc) · 1.18 KB
/
Style.css
File metadata and controls
70 lines (56 loc) · 1.18 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
/*
* Empty Stylesheet file.
*/
.menuItem:hover{
-fx-border-color: #660099;
-fx-border-width: 0px 0px 3px 0px;
}
.sidebarItem:hover{
-fx-background-color: #146886;
-fx-border-color: WHITE;
-fx-border-width: 0px 0px 0px 3px;
}
.search-box{
-fx-background-color:#FFFFFF;
-fx-background-radius: 100;
}
.transparent{
-fx-background-color: rgba(0,0,0,0);
}
.search-button{
-fx-background-color: #828282;
-fx-background-radius: 30;
}
.right-bar{
-fx-background-color: #D3D3D3;
}
.shadow{
-fx-effect: dropShadow(three-pass-box,rgba(0,0,0,0.1), 10.0 , 0.0 , 0.0 ,10.0);
}
.chosen-fruit-card{
-fx-background-color: #F16C31;
-fx-background-radius: 30;
}
.comboBox{
-fx-background-color: rgba(255,255,255,0.3);
-fx-background-radius: 30;
}
.add-btn{
-fx-background-color: #FFFFFF;
-fx-background-radius: 100;
}
.free-delivery-card{
-fx-background-color: #D3D3D3;
-fx-background-radius: 30;
}
.shopping-online-card{
-fx-background-color: #BAEAC3;
-fx-background-radius: 30;
}
.fruit-item{
-fx-background-color: #FFFFFF;
-fx-background-radius: 30;
}
.transparent{
-fx-background-color: rgba(0,0,0,0);
}