|
1 |
| -.root{ |
2 |
| - -fx-background-color: #3C3C3C; |
| 1 | +.root { |
| 2 | + -fx-background-color: #3C3C3C; |
3 | 3 | }
|
4 | 4 |
|
5 | 5 | #lstImagesList .list-cell {
|
6 | 6 | -fx-background-color: #1E1E1E;
|
7 | 7 | -fx-text-fill: #ffffff;
|
8 |
| - |
9 | 8 | }
|
10 | 9 |
|
11 | 10 | #lstImagesList .list-cell:focused {
|
12 | 11 | -fx-background-color: #3b3b3b;
|
13 | 12 | }
|
14 | 13 |
|
15 |
| -.label{ |
16 |
| - -fx-text-fill: white; |
17 |
| - -fx-background-color : #1E1E1E; |
18 |
| - -fx-padding: 3 3 3 5; |
| 14 | +.label { |
| 15 | + -fx-text-fill: white; |
| 16 | + -fx-background-color: #1E1E1E; |
| 17 | + -fx-padding: 3 3 3 5; |
19 | 18 | }
|
20 | 19 |
|
21 |
| -#lbtHeight, #lbWidth{ |
22 |
| - -fx-text-fill: white; |
23 |
| - -fx-background-color : #1E1E1E; |
24 |
| - -fx-padding: 3 3 3 3; |
25 |
| - -fx-border-color: black; |
26 |
| - -fx-border-radius: 1; |
27 |
| - -fx-border-width: 1; |
| 20 | +#lbtHeight, #lbWidth { |
| 21 | + -fx-text-fill: white; |
| 22 | + -fx-background-color: #1E1E1E; |
| 23 | + -fx-padding: 3 3 3 3; |
| 24 | + -fx-border-color: black; |
| 25 | + -fx-border-radius: 1; |
| 26 | + -fx-border-width: 1; |
28 | 27 | }
|
29 | 28 |
|
30 |
| -#lblOutputPath{ |
| 29 | +#lblOutputPath { |
31 | 30 | -fx-font-size: 10px;
|
32 |
| - -fx-background-color : #4A4A4A; |
| 31 | + -fx-background-color: #4A4A4A; |
33 | 32 | -fx-border-color: gray;
|
34 | 33 | -fx-border-radius: 1;
|
35 | 34 | -fx-border-width: 1;
|
36 | 35 | -fx-padding: 0 0 0 10; /* right */
|
37 | 36 | }
|
38 | 37 |
|
39 |
| -#lbType, #lbSize, #lbDimen{ |
40 |
| - -fx-text-fill: gray; |
| 38 | +#lbType, #lbSize, #lbDimen { |
| 39 | + -fx-text-fill: gray; |
41 | 40 | }
|
42 | 41 |
|
43 |
| -.button{ |
| 42 | +.button { |
44 | 43 | -fx-text-fill: white;
|
45 |
| - -fx-background-color : #4A4A4A; |
| 44 | + -fx-background-color: #4A4A4A; |
46 | 45 | -fx-border-color: gray;
|
47 | 46 | -fx-border-radius: 5;
|
48 | 47 | -fx-border-insets: 1;
|
|
59 | 58 | -fx-scale-x: 0.9;
|
60 | 59 | }
|
61 | 60 |
|
62 |
| -#btnResize{ |
| 61 | +#btnResize { |
63 | 62 | -fx-font-size: 12px;
|
64 | 63 | -fx-text-fill: red;
|
65 |
| - -fx-background-color : #4A4A4A; |
| 64 | + -fx-background-color: #4A4A4A; |
66 | 65 | -fx-border-color: gray;
|
67 | 66 | -fx-font-weight: bold;
|
68 | 67 | }
|
69 | 68 |
|
70 |
| -#btnResize:hover{ |
| 69 | +#btnResize:hover { |
71 | 70 | -fx-background-color: #383838;
|
72 | 71 | }
|
73 | 72 |
|
74 |
| -#editHeight, #editWidth{ |
75 |
| - -fx-background-color : #4A4A4A; |
76 |
| - -fx-text-fill: white; |
| 73 | +#editHeight, #editWidth { |
| 74 | + -fx-background-color: #4A4A4A; |
| 75 | + -fx-text-fill: white; |
77 | 76 | }
|
78 | 77 |
|
79 |
| -#imageContainer{ |
80 |
| - -fx-background-color: #1E1E1E; |
| 78 | +#imageContainer { |
| 79 | + -fx-background-color: #1E1E1E; |
81 | 80 | }
|
82 | 81 |
|
83 |
| -#lstImagesList{ |
84 |
| - -fx-background-color: #1E1E1E; |
| 82 | +#lstImagesList { |
| 83 | + -fx-background-color: #1E1E1E; |
85 | 84 | }
|
86 | 85 |
|
87 | 86 | .combo-box {
|
|
94 | 93 | -fx-background-color: gray;
|
95 | 94 | }
|
96 | 95 |
|
97 |
| -.combo-box-base .text{ |
| 96 | +.combo-box-base .text { |
98 | 97 | -fx-fill: white;
|
99 | 98 | }
|
100 | 99 |
|
|
0 commit comments