|
|
|
@@ -4,4 +4,44 @@ |
|
|
|
|
|
|
|
.ersteller-value { |
|
|
|
/* -fx-text-fill: red; */ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
DateTimePicker .text-field{ |
|
|
|
-fx-background-color:transparent; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#fallFields:disabled{ |
|
|
|
-fx-opacity: 1; |
|
|
|
} |
|
|
|
|
|
|
|
#fallFields:disabled HBox { |
|
|
|
-fx-opacity: 1; |
|
|
|
} |
|
|
|
|
|
|
|
#fallFields:disabled .text-field{ |
|
|
|
-fx-text-fill: black; |
|
|
|
-fx-background-color: transparent; |
|
|
|
-fx-opacity: 1; |
|
|
|
} |
|
|
|
#fallFields:disabled Label{ |
|
|
|
-fx-opacity: 1; |
|
|
|
} |
|
|
|
#fallFields:disabled ComboBox{ |
|
|
|
-fx-opacity: 1; |
|
|
|
-fx-background-color: transparent; |
|
|
|
} |
|
|
|
#fallFields:disabled .arrow-button{ |
|
|
|
-fx-opacity: 0; |
|
|
|
} |
|
|
|
#fallFields:disabled .arrow{ |
|
|
|
-fx-opacity: 0; |
|
|
|
} |
|
|
|
#fallFields:disabled .date-picker { |
|
|
|
-fx-opacity: 1; |
|
|
|
-fx-background-color: transparent; |
|
|
|
} |
|
|
|
#fallFields:disabled .now-button { |
|
|
|
visibility: hidden; |
|
|
|
} |
|
|
|
|