File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
out/production/Image Resizer/com/marwaeltayeb/fir
src/com/marwaeltayeb/fir/stylesheet Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
.root {
2
- -fx-background-color : # 3C3C3C ;
2
+ -fx-background-color : # 3c3c3c ;
3
3
}
4
4
5
5
# lstImagesList .list-cell {
13
13
14
14
.label {
15
15
-fx-text-fill : white;
16
- -fx-background-color : # 1E1E1E ;
16
+ -fx-background-color : # 1e1e1e ;
17
17
-fx-padding : 3 3 3 5 ;
18
18
}
19
19
20
20
# lbtHeight , # lbWidth {
21
21
-fx-text-fill : white;
22
- -fx-background-color : # 1E1E1E ;
22
+ -fx-background-color : # 1e1e1e ;
23
23
-fx-padding : 3 3 3 3 ;
24
24
-fx-border-color : black;
25
25
-fx-border-radius : 1 ;
28
28
29
29
# lblOutputPath {
30
30
-fx-font-size : 10px ;
31
- -fx-background-color : # 4A4A4A ;
31
+ -fx-background-color : # 4a4a4a ;
32
32
-fx-border-color : gray;
33
33
-fx-border-radius : 1 ;
34
34
-fx-border-width : 1 ;
41
41
42
42
.button {
43
43
-fx-text-fill : white;
44
- -fx-background-color : # 4A4A4A ;
44
+ -fx-background-color : # 4a4a4a ;
45
45
-fx-border-color : gray;
46
46
-fx-border-radius : 5 ;
47
47
-fx-border-insets : 1 ;
61
61
# btnResize {
62
62
-fx-font-size : 12px ;
63
63
-fx-text-fill : red;
64
- -fx-background-color : # 4A4A4A ;
64
+ -fx-background-color : # 4a4a4a ;
65
65
-fx-border-color : gray;
66
66
-fx-font-weight : bold;
67
67
}
71
71
}
72
72
73
73
# editHeight , # editWidth {
74
- -fx-background-color : # 4A4A4A ;
74
+ -fx-background-color : # 4a4a4a ;
75
75
-fx-text-fill : white;
76
76
}
77
77
78
78
# imageContainer {
79
- -fx-background-color : # 1E1E1E ;
79
+ -fx-background-color : # 1e1e1e ;
80
80
}
81
81
82
82
# lstImagesList {
83
- -fx-background-color : # 1E1E1E ;
83
+ -fx-background-color : # 1e1e1e ;
84
84
}
85
85
86
86
.combo-box {
98
98
}
99
99
100
100
.combo-box .list-cell {
101
- -fx-background-color : # 1E1E1E ;
101
+ -fx-background-color : # 1e1e1e ;
102
102
}
103
103
104
104
.combo-box-popup .list-view .list-cell : hover {
You can’t perform that action at this time.
0 commit comments