update to JFoenix 8.0.9
* added a promptText to the search ChipView
This commit is contained in:
@ -90,3 +90,20 @@
|
||||
-jfx-button-type: RAISED;
|
||||
-fx-font-size: 25px
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* ChipView *
|
||||
* *
|
||||
******************************************************************************/
|
||||
|
||||
.jfx-chip-view .jfx-chip > HBox {
|
||||
-fx-font-family: "Roboto Medium";
|
||||
-fx-font-size: 14.0;
|
||||
-fx-background-color: #E0E0E0;
|
||||
-fx-background-radius: 40px;
|
||||
-fx-padding: 5px 8px 5px 12px;
|
||||
-fx-pref-height: 32px;
|
||||
-fx-alignment: center-left;
|
||||
-fx-spacing: 8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user