538538 -fx-border-insets : 0 ;
539539}
540540
541+ /*******************************************************************************
542+ * *
543+ * Choose Texture control *
544+ * *
545+ ******************************************************************************/
546+
547+ .choose-texture-control {
548+ -fx-alignment : center-right;
549+ -fx-spacing : 1px ;
550+ }
551+
552+ .choose-texture-control > .hbox {
553+ -fx-alignment : center-right;
554+ -fx-padding : 0px 0px 0px 4px ;
555+ }
556+
557+ .choose-texture-control > .label {
558+ -fx-alignment : center-right;
559+ -fx-padding : 0px 0px 0px 0px ;
560+ }
561+
562+ .choose-texture-control-texture-label {
563+ -fx-alignment : center-left;
564+ }
565+
566+ .choose-texture-control-preview {
567+ -fx-min-height : -var-default-field-height;
568+ -fx-pref-height : -fx-min-height;
569+ -fx-max-height : -fx-min-height;
570+ -fx-min-width : -var-default-field-height;
571+ -fx-pref-width : -fx-min-width;
572+ -fx-max-width : -fx-min-width;
573+ }
574+
575+ /*******************************************************************************
576+ * *
577+ * Transparent List View *
578+ * *
579+ ******************************************************************************/
580+
581+ .transparent-list-view {
582+ -fx-padding : 0px ;
583+ -fx-border-color : transparent;
584+ -fx-border-width : 0px ;
585+ -fx-border-radius : 0px ;
586+ }
587+
588+ .transparent-list-view : focused {
589+ -fx-border-color : transparent;
590+ -fx-border-width : 0px ;
591+ -fx-border-insets : 0 ;
592+ }
593+
594+ /*******************************************************************************
595+ * *
596+ * List View Without Scroll *
597+ * *
598+ ******************************************************************************/
599+
600+ .list-view-without-scroll .scroll-bar : vertical ,
601+ .list-view-without-scroll .scroll-bar : horizontal ,
602+ .list-view-without-scroll .scroll-bar : vertical .increment-arrow ,
603+ .list-view-without-scroll .scroll-bar : vertical .decrement-arrow ,
604+ .list-view-without-scroll .scroll-bar : vertical .increment-button ,
605+ .list-view-without-scroll .scroll-bar : vertical .decrement-button ,
606+ .list-view-without-scroll .scroll-bar : horizontal .increment-arrow ,
607+ .list-view-without-scroll .scroll-bar : horizontal .decrement-arrow ,
608+ .list-view-without-scroll .scroll-bar : horizontal .increment-button ,
609+ .list-view-without-scroll .scroll-bar : horizontal .decrement-button {
610+ -fx-padding : 0 ;
611+ }
612+
541613/*******************************************************************************
542614 * *
543615 * Settings Dialog *
579651 * *
580652 ******************************************************************************/
581653
582-
583654.abstract-param-control-container {
584655 -fx-alignment : top-center;
585656 -fx-padding : 2px 6px 4px 4px ;
703774 -fx-max-width : -fx-min-width;
704775}
705776
777+ /*******************************************************************************
778+ * *
779+ * Paint Processing *
780+ * *
781+ ******************************************************************************/
706782
707- /* transparent list view */
708-
709- .transparent-list-view {
710- -fx-background-color : transparent;
711- -fx-background-insets : 0px ;
712- -fx-padding : 0px ;
713- -fx-effect : null;
783+ .processing-component-container {
714784}
715785
716- .transparent-list-view : focused {
717- -fx-background-color : transparent;
786+ .processing-component-terrain-editor {
787+ -fx-spacing : 2px ;
788+ -fx-padding : 0px 0px 0px 4px ;
718789}
719790
720- .transparent-list-view > .virtual-flow > .corner {
721- -fx-background-color : derive (-fx-base, -1% );
791+ .processing-component-terrain-editor > .grid-pane {
792+ -fx-vgap : 2px ;
793+ -fx-hgap : 2px ;
722794}
723795
724- .transparent-list-view : focused > .virtual-flow > .clipped-container > .sheet > .transparent-list-cell : filled : selected {
725- -fx-background : -fx-color-500;
726- -fx-table-cell-border-color : transparent;
727- -fx-text-fill : -fx-font-color;
796+ .processing-component-terrain-editor > .vbox > .grid-pane {
797+ -fx-vgap : 2px ;
798+ -fx-hgap : 2px ;
728799}
729800
730- .transparent-list-view : focused > .virtual-flow > .clipped-container > .sheet > .transparent-list-cell : focused {
731- -fx-background-color : -fx-background;
732- -fx-background-insets : 0 ;
733- -fx-text-fill : -fx-font-color;
801+ .processing-component-terrain-editor > .vbox > .grid-pane > .vbox {
802+ -fx-padding : 0px -2px 0px 0px ;
734803}
735804
736- /* list view without scrolls */
737-
738- .list-view-without-scroll .scroll-bar : vertical ,
739- .list-view-without-scroll .scroll-bar : horizontal ,
740- .list-view-without-scroll .scroll-bar : vertical .increment-arrow ,
741- .list-view-without-scroll .scroll-bar : vertical .decrement-arrow ,
742- .list-view-without-scroll .scroll-bar : vertical .increment-button ,
743- .list-view-without-scroll .scroll-bar : vertical .decrement-button ,
744- .list-view-without-scroll .scroll-bar : horizontal .increment-arrow ,
745- .list-view-without-scroll .scroll-bar : horizontal .decrement-arrow ,
746- .list-view-without-scroll .scroll-bar : horizontal .increment-button ,
747- .list-view-without-scroll .scroll-bar : horizontal .decrement-button {
748- -fx-padding : 0 ;
805+ .processing-component-terrain-layer {
806+ -fx-padding : 4px 0px 4px 2px ;
807+ -fx-min-height : 108px ;
808+ -fx-max-height : -fx-min-height;
749809}
750810
751- /* transparent list cell */
752-
753- .transparent-list-cell {
754- -fx-background : transparent;
755- -fx-background-color : -fx-background;
756- -fx-text-fill : -fx-font-color;
811+ .processing-component-terrain-layer > .grid-pane {
812+ -fx-vgap : 1px ;
813+ -fx-padding : 0px 0px 0px 0px ;
757814}
758815
759- .transparent-list-cell : filled : selected {
760- -fx-background : -fx-selection-bar-non-focused;
761- -fx-table-cell-border-color : transparent;
762- -fx-text-fill : -fx-font-color;
816+ .processing-component-terrain-texture-layers-settings-buttons {
817+ -fx-alignment : center;
818+ -fx-padding : 4px ;
763819}
764820
765- /* list cell without any padding */
766-
767- .list-cell-without-padding {
768- -fx-padding : 0 ;
821+ .processing-component-terrain-texture-layers-settings-buttons > .button {
822+ -fx-min-height : -var-default-toolbar-button-size;
823+ -fx-pref-height : -fx-min-height;
824+ -fx-max-height : -fx-min-height;
825+ -fx-min-width : -var-default-toolbar-button-size;
826+ -fx-pref-width : -fx-min-width;
827+ -fx-max-width : -fx-min-width;
769828}
770829
771- .list-cell-without-padding : filled : selected {
772- -fx-padding : 0 ;
773- }
774830
831+ /*******************************************************************************
832+ * *
833+ * Medium Toggle Button *
834+ * *
835+ ******************************************************************************/
775836
776- .editing -toggle-button-big {
837+ .medium -toggle-button {
777838 -fx-min-height : 32 ;
778839 -fx-pref-height : -fx-min-height;
779840 -fx-max-height : -fx-min-height;
780841 -fx-min-width : 32 ;
781842 -fx-pref-width : -fx-min-width;
782843 -fx-max-width : -fx-min-width;
783- }
844+ }
0 commit comments