io.github.palexdev.mfxresources.javafx.modena.two-level-focus.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of materialfx-all Show documentation
Show all versions of materialfx-all Show documentation
Material Design/Modern components for JavaFX, now packed as a single Jar
.choice-box:showing:external-focus {
-fx-background-color: -fx-shadow-highlight-color, -fx-outer-border, -fx-inner-border, -fx-body-color;
-fx-background-insets: 0 0 -1 0, 0, 1, 2;
-fx-background-radius: 3px, 3px, 2px, 1px;
}
.text-input:focused:internal-focus {
-fx-highlight-fill: -fx-accent;
-fx-highlight-text-fill: white;
-fx-prompt-text-fill: transparent;
-fx-background-color: linear-gradient(to bottom, derive(-fx-text-box-border, -10%), -fx-text-box-border), linear-gradient(from 0 0 to 0 5px, derive(-fx-control-inner-background, -9%), -fx-control-inner-background);
}
.text-input:focused:external-focus {
-fx-highlight-fill: -fx-control-inner-background;
-fx-highlight-text-fill: -fx-text-inner-color;
-fx-prompt-text-fill: derive(-fx-control-inner-background, -30%);
-fx-background-color: -fx-focus-color, -fx-control-inner-background, -fx-faint-focus-color, linear-gradient(from 0 0 to 0 5px, derive(-fx-control-inner-background, -9%), -fx-control-inner-background);
}
.text-area:focused:internal-focus .content {
-fx-background-color: linear-gradient(from 0 0 to 0 4px, derive(-fx-control-inner-background, -8%), -fx-control-inner-background);
}
.slider {
-fx-padding: 5;
}
.slider:focused:external-focus {
-fx-background-color: -fx-focus-color, -fx-control-inner-background, -fx-faint-focus-color, -fx-control-inner-background;
-fx-background-insets: -.2, 1, -1.4, 2;
-fx-background-radius: 3, 2, 4, 2;
}
.slider:focused:internal-focus {
-fx-background-color: transparent;
}
.slider:focused:external-focus .thumb {
-fx-background-color: linear-gradient(to bottom, derive(-fx-text-box-border, -20%), derive(-fx-text-box-border, -30%)), -fx-inner-border, -fx-body-color;
}
.list-view:focused:external-focus > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:selected, .table-view:focused:external-focus > .virtual-flow > .clipped-container > .sheet > .table-row-cell:filled:selected, .table-view:focused:external-focus > .virtual-flow > .clipped-container > .sheet > .table-row-cell > .table-cell:selected {
-fx-background: -fx-selection-bar-non-focused;
-fx-table-cell-border-color: derive(-fx-selection-bar-non-focused, 20%);
-fx-cell-focus-inner-border: derive(-fx-selection-bar-non-focused, 20%);
}
.list-view:focused:internal-focus, .table-view:focused:internal-focus {
-fx-background-color: -fx-box-border, -fx-control-inner-background;
-fx-background-insets: 0, 1;
}
.combo-box-base:focused:showing:external-focus, .combo-box-base:editable:focused:showing:external-focus > .arrow-button {
-fx-background-color: -fx-shadow-highlight-color, -fx-outer-border, -fx-inner-border, -fx-body-color;
-fx-background-insets: 0 0 -1 0, 0, 1, 2;
-fx-background-radius: 3px, 3px, 2px, 1px;
}
.combo-box-base:editable:focused:internal-focus > .text-field, .combo-box-base:editable:focused:showing:external-focus > .text-field:focused {
-fx-background-color: -fx-control-inner-background;
-fx-background-insets: 1 0 1 1;
-fx-background-radius: 2 0 0 2;
-fx-prompt-text-fill: transparent;
}
.combo-box-base:editable:focused:showing:external-focus > .arrow-button {
-fx-background-color: -fx-outer-border, -fx-inner-border, -fx-body-color;
-fx-background-insets: 1 1 1 0, 1, 2;
-fx-background-radius: 0 3 3 0, 0 2 2 0, 0 1 1 0;
}
.combo-box-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:selected {
-fx-background: -fx-accent;
-fx-background-color: -fx-selection-bar !important;
}
.combo-box-base:editable:focused:external-focus > .text-field, .combo-box-base:editable:external-focus > .text-field:focused {
-fx-background-color: -fx-control-inner-background, -fx-faint-focus-color, linear-gradient(from 0 0 to 0 5px, derive(-fx-control-inner-background, -9%), -fx-control-inner-background);
-fx-background-insets: 1 0 1 1, 1 0 1 1, 3 2 3 3;
-fx-background-radius: 2 0 0 2, 1 0 0 1, 0;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy