|
124 | 124 | -fx-min-width: 200px; |
125 | 125 | -fx-pref-width: -fx-min-width; |
126 | 126 | -fx-max-width: -fx-min-width; |
127 | | - -fx-min-height: 26; |
| 127 | + -fx-min-height: 26px; |
128 | 128 | -fx-pref-height: -fx-min-height; |
129 | 129 | -fx-max-height: -fx-min-height; |
130 | | - -fx-padding: 0 6px 0 0; |
| 130 | + -fx-padding: 0px 6px 0px 0px; |
131 | 131 | } |
132 | 132 |
|
133 | 133 | .audio-viewer-editor-param-value { |
|
208 | 208 | .transparent-text-area:focused { |
209 | 209 | -fx-border-color: transparent; |
210 | 210 | -fx-border-width: 0px; |
211 | | - -fx-border-insets: 0; |
| 211 | + -fx-border-insets: 0px; |
212 | 212 | -fx-padding: 0px; |
213 | 213 | } |
214 | 214 |
|
|
282 | 282 | .flat-button { |
283 | 283 | -fx-background: transparent; |
284 | 284 | -fx-background-color: -fx-background; |
285 | | - -fx-background-insets: 0; |
| 285 | + -fx-background-insets: 0px; |
286 | 286 | -fx-background-radius: 2px; |
287 | 287 | -fx-border-color: transparent; |
288 | 288 | -fx-border-width: 0px; |
|
311 | 311 | ******************************************************************************/ |
312 | 312 |
|
313 | 313 | .input-control-toolbar-button { |
314 | | - -fx-min-height: 24; |
| 314 | + -fx-min-height: 24px; |
315 | 315 | -fx-pref-height: -fx-min-height; |
316 | 316 | -fx-max-height: -fx-min-height; |
317 | | - -fx-min-width: 24; |
| 317 | + -fx-min-width: 24px; |
318 | 318 | -fx-pref-width: -fx-min-width; |
319 | 319 | -fx-max-width: -fx-min-width; |
320 | 320 | } |
321 | 321 |
|
322 | 322 | /******************************************************************************* |
323 | 323 | * * |
324 | | - * File Editor Toolbar Button * |
| 324 | + * File Editor * |
325 | 325 | * * |
326 | 326 | ******************************************************************************/ |
327 | 327 |
|
328 | 328 | .file-editor-toolbar-button { |
329 | | - -fx-min-height: 24; |
| 329 | + -fx-min-height: 24px; |
330 | 330 | -fx-pref-height: -fx-min-height; |
331 | 331 | -fx-max-height: -fx-min-height; |
332 | | - -fx-min-width: 24; |
| 332 | + -fx-min-width: 24px; |
333 | 333 | -fx-pref-width: -fx-min-width; |
334 | 334 | -fx-max-width: -fx-min-width; |
335 | 335 | } |
336 | 336 |
|
337 | | -/******************************************************************************* |
338 | | - * * |
339 | | - * File Editor Toolbar Label * |
340 | | - * * |
341 | | - ******************************************************************************/ |
342 | | - |
343 | 337 | .file-editor-toolbar-label { |
344 | | - -fx-min-height: 24; |
| 338 | + -fx-min-height: 24px; |
| 339 | + -fx-pref-height: -fx-min-height; |
| 340 | + -fx-max-height: -fx-min-height; |
| 341 | +} |
| 342 | + |
| 343 | +.file-editor-toolbar-field { |
| 344 | + -fx-min-height: 24px; |
| 345 | + -fx-pref-height: -fx-min-height; |
| 346 | + -fx-max-height: -fx-min-height; |
| 347 | +} |
| 348 | + |
| 349 | +.file-editor-main-split-pane { |
| 350 | + -fx-background-color: transparent; |
| 351 | +} |
| 352 | + |
| 353 | +.file-editor-toolbar { |
| 354 | + -fx-background-color: -var-background-color; |
| 355 | + -fx-border-color: -var-border-color; |
| 356 | + -fx-border-width: 0px 0px 1px 0px; |
| 357 | + -fx-min-height: 30px; |
345 | 358 | -fx-pref-height: -fx-min-height; |
346 | 359 | -fx-max-height: -fx-min-height; |
| 360 | + -fx-padding: 10px, 0px, 0px, 0px; |
| 361 | + -fx-alignment: center-left; |
347 | 362 | } |
| 363 | + |
| 364 | +.file-editor-editor-area { |
| 365 | +} |
| 366 | + |
| 367 | +.file-editor-tool-split-pane { |
| 368 | + -fx-background-color: transparent; |
| 369 | + -fx-orientation: vertical; |
| 370 | +} |
| 371 | + |
| 372 | +.file-editor-tool-component { |
| 373 | + -fx-background-color: -var-background-color; |
| 374 | + -fx-min-width: 30px; |
| 375 | +} |
| 376 | + |
348 | 377 | /******************************************************************************* |
349 | 378 | * * |
350 | | - * File Editor Toolbar Field * |
| 379 | + * Material File Editor * |
351 | 380 | * * |
352 | 381 | ******************************************************************************/ |
353 | 382 |
|
354 | | -.file-editor-toolbar-field { |
| 383 | +.material-file-editor-properties-component { |
| 384 | + -fx-background-color: transparent; |
| 385 | + -fx-alignment: top-left; |
| 386 | + -fx-padding: 0px 5px 0px 4px; |
| 387 | +} |
| 388 | + |
| 389 | +.material-file-editor-param-control { |
| 390 | + -fx-alignment: center-left; |
| 391 | + -fx-padding: 1px 0px 1px 0px; |
| 392 | +} |
| 393 | + |
| 394 | +.material-file-editor-param-control-name { |
| 395 | + -fx-min-height: 24px; |
| 396 | + -fx-pref-height: -fx-min-height; |
| 397 | + -fx-max-height: -fx-min-height; |
| 398 | + -fx-alignment: center-right; |
| 399 | + -fx-text-alignment: right; |
| 400 | + -fx-padding: 0px 2px 0px 0px; |
| 401 | +} |
| 402 | + |
| 403 | +.material-file-editor-param-control-texture-preview { |
| 404 | + -fx-min-height: 30px; |
| 405 | + -fx-pref-height: -fx-min-height; |
| 406 | + -fx-max-height: -fx-min-height; |
| 407 | + -fx-min-width: 30px; |
| 408 | + -fx-pref-width: -fx-min-width; |
| 409 | + -fx-max-width: -fx-min-width; |
| 410 | + -fx-border-color: -var-border-color; |
| 411 | + -fx-border-width: 1px; |
| 412 | +} |
| 413 | + |
| 414 | +.material-file-editor-param-control-button { |
| 415 | + -fx-min-height: 20px; |
| 416 | + -fx-pref-height: -fx-min-height; |
| 417 | + -fx-max-height: -fx-min-height; |
| 418 | + -fx-min-width: 20px; |
| 419 | + -fx-pref-width: -fx-min-width; |
| 420 | + -fx-max-width: -fx-min-width; |
| 421 | + -fx-padding: 1px; |
| 422 | +} |
| 423 | + |
| 424 | +.material-file-editor-param-control-color-picker { |
355 | 425 | -fx-min-height: 24; |
356 | 426 | -fx-pref-height: -fx-min-height; |
357 | 427 | -fx-max-height: -fx-min-height; |
|
384 | 454 |
|
385 | 455 | .settings-dialog-label { |
386 | 456 | -fx-alignment: center-right; |
387 | | - -fx-min-width: 250; |
| 457 | + -fx-min-width: 250px; |
388 | 458 | -fx-pref-width: -fx-min-width; |
389 | 459 | -fx-max-width: -fx-min-width; |
390 | | - -fx-min-height: 26; |
| 460 | + -fx-min-height: 26px; |
391 | 461 | -fx-pref-height: -fx-min-height; |
392 | 462 | -fx-max-height: -fx-min-height; |
393 | | - -fx-padding: 0 6 0 0; |
| 463 | + -fx-padding: 0px 6px 0px 0px; |
394 | 464 | } |
395 | 465 |
|
396 | 466 | .settings-dialog-short-label { |
397 | 467 | -fx-alignment: center; |
398 | | - -fx-min-height: 26; |
| 468 | + -fx-min-height: 26px; |
399 | 469 | -fx-pref-height: -fx-min-height; |
400 | 470 | -fx-max-height: -fx-min-height; |
401 | | - -fx-min-width: 20; |
| 471 | + -fx-min-width: 20px; |
402 | 472 | -fx-max-width: -fx-min-width; |
403 | 473 | -fx-mpref-width: -fx-min-width; |
404 | 474 | } |
405 | 475 |
|
406 | 476 | .settings-dialog-field { |
407 | 477 | -fx-alignment: center-left; |
408 | | - -fx-min-height: 26; |
| 478 | + -fx-min-height: 26px; |
409 | 479 | -fx-pref-height: -fx-min-height; |
410 | 480 | -fx-max-height: -fx-min-height; |
411 | | - -fx-min-width: 20; |
| 481 | + -fx-min-width: 20px; |
412 | 482 | } |
413 | 483 |
|
414 | 484 | /* transparent list view */ |
415 | 485 |
|
416 | 486 | .transparent-list-view { |
417 | 487 | -fx-background-color: transparent; |
418 | | - -fx-background-insets: 0; |
419 | | - -fx-padding: 0; |
| 488 | + -fx-background-insets: 0px; |
| 489 | + -fx-padding: 0px; |
420 | 490 | -fx-effect: null; |
421 | 491 | } |
422 | 492 |
|
|
535 | 605 | -fx-background-color: -fx-body-color; |
536 | 606 | } |
537 | 607 |
|
538 | | -.material-param-control { |
539 | | - -fx-alignment: center-left; |
540 | | -} |
541 | | - |
542 | 608 | .abstract-param-control { |
543 | 609 | -fx-padding: 0 0 0 0; |
544 | 610 | } |
0 commit comments