This commit is contained in:
yushijinhun 2019-02-09 21:37:26 +08:00
parent 507cade50d
commit 8d75b2d413
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4

View File

@ -536,62 +536,24 @@
* * * *
*******************************************************************************/ *******************************************************************************/
.custom-jfx-button-raised .jfx-rippler {
-jfx-rippler-fill: YELLOW;
}
.custom-jfx-button-raised {
-fx-padding: 0.7em 0.57em;
-fx-font-size: 14.0px;
-jfx-button-type: RAISED;
-fx-background-color: rgb(102.0, 153.0, 102.0);
-fx-pref-width: 200.0;
-fx-text-fill: WHITE;
}
.circle-jfx-button-raised .jfx-rippler {
-jfx-rippler-fill: YELLOW;
}
.circle-jfx-button-raised {
-fx-padding: 0.7em 0.57em;
-fx-font-size: 14.0px;
-jfx-button-type: RAISED;
-fx-background-color: rgb(102.0, 153.0, 102.0);
-fx-pref-width: 200.0;
-fx-text-fill: WHITE;
-jfx-mask-type: CIRCLE;
}
.jfx-button-raised { .jfx-button-raised {
-fx-text-fill: white;
-fx-background-color: -fx-base-color; -fx-background-color: -fx-base-color;
-fx-font-size: 14px;
} }
.jfx-button-raised .jfx-rippler { .jfx-button-raised, .jfx-button-raised * {
-jfx-rippler-fill: white; -fx-text-fill: -fx-base-text-fill;
}
.jfx-button-raised .label {
-fx-text-fill: white;
-fx-font-size: 14px; -fx-font-size: 14px;
} }
.jfx-button-border { .jfx-button-border {
-fx-text-fill: -fx-base-color;
-fx-border-color: gray; -fx-border-color: gray;
-fx-border-radius: 5px; -fx-border-radius: 5px;
-fx-border-width: 0.2px; -fx-border-width: 0.2px;
-fx-padding: 8px; -fx-padding: 8px;
} }
.jfx-button-border .jfx-rippler { .jfx-button-border, .jfx-button-border * {
-jfx-rippler-fill: -fx-base-check-color; -fx-text-fill: -fx-base-darker-color;
}
.jfx-button-border .label {
-fx-text-fill: -fx-base-color;
} }
.jfx-button-raised-round { .jfx-button-raised-round {