|
9 | 9 | -fx-text-fill: white;
|
10 | 10 | -fx-font-size: 14px;
|
11 | 11 | }
|
| 12 | +.button:hover { |
| 13 | + -fx-background-color: #003a00; |
| 14 | +} |
| 15 | + |
| 16 | +.toggle-button { |
| 17 | + -fx-background-color: #DDDDDD; |
| 18 | + -fx-text-fill: black; |
| 19 | +} |
| 20 | +.toggle-button:hover { |
| 21 | + -fx-background-color: #CCF0CC; |
| 22 | +} |
| 23 | +.toggle-button:selected { |
| 24 | + -fx-background-color: #AAAAAA; |
| 25 | +} |
| 26 | +.toggle-button:hover:selected { |
| 27 | + -fx-background-color: #99C099; |
| 28 | +} |
12 | 29 |
|
13 | 30 | .new-component {
|
14 |
| - -fx-background-color: #DDD; |
15 | 31 | -fx-text-fill: #000;
|
16 | 32 | -fx-min-height: 48px;
|
17 | 33 | -fx-max-width: 200px;
|
18 | 34 | -fx-padding: 8 8 8 8;
|
19 | 35 | -fx-background-radius: 8;
|
20 | 36 | }
|
21 | 37 |
|
22 |
| -.new-component:hover { |
23 |
| - -fx-background-color: #CEC; |
24 |
| -} |
25 |
| - |
26 | 38 | .props-menu {
|
27 | 39 | -fx-background-color: #396;
|
28 | 40 | }
|
|
48 | 60 | .property-list-validator {
|
49 | 61 | }
|
50 | 62 |
|
| 63 | +.property-list-validator-button { |
| 64 | + -fx-background-color: #D0F8FF; |
| 65 | + -fx-min-width: 36px; |
| 66 | +} |
| 67 | +.property-list-validator-button:hover { |
| 68 | + -fx-background-color: #75b1ff; |
| 69 | +} |
51 | 70 | .property-list-validator-button:selected {
|
52 | 71 | -fx-background-color: #06F;
|
53 | 72 | -fx-text-fill: white;
|
54 | 73 | }
|
55 |
| - |
56 |
| -.property-list-validator-button { |
57 |
| - -fx-background-color: #D0F8FF; |
58 |
| - -fx-min-width: 36px; |
| 74 | +.property-list-validator-button:hover:selected { |
| 75 | + -fx-background-color: #06F; |
| 76 | + -fx-text-fill: white; |
59 | 77 | }
|
60 | 78 |
|
61 | 79 | .property-list-validator-dropdown {
|
|
67 | 85 |
|
68 | 86 | }
|
69 | 87 |
|
70 |
| -.button-top-left {; |
| 88 | +.button-top-left { |
71 | 89 | -fx-background-radius: 8 0 0 0;
|
72 | 90 | }
|
73 | 91 |
|
|
166 | 184 | }
|
167 | 185 |
|
168 | 186 | .toolbar-button {
|
169 |
| - -fx-background-color: #E0E8E0; |
170 | 187 | -fx-padding: 4;
|
171 | 188 | }
|
172 | 189 |
|
|
202 | 219 |
|
203 | 220 | /* Selected tab */
|
204 | 221 | .tab-pane .tab:selected {
|
205 |
| - -fx-background-color: #EEE; |
| 222 | + -fx-background-color: #DDD; |
206 | 223 | -fx-text-fill: #000000;
|
207 | 224 | -fx-border-width: 1 1 5 1;
|
208 | 225 | }
|
|
275 | 292 |
|
276 | 293 | /* Hover effect */
|
277 | 294 | .titled-pane > .title:hover {
|
278 |
| - -fx-background-color: #EEE; /* Tailwind gray-100 */ |
| 295 | + -fx-background-color: #DDD; /* Tailwind gray-100 */ |
279 | 296 | }
|
280 | 297 |
|
281 | 298 | /* Open panel */
|
|
0 commit comments