add standalone css file for image-tags-session-header.fxml
This commit is contained in:
parent
f4af24bb50
commit
113863cc97
3 changed files with 6 additions and 5 deletions
|
@ -0,0 +1,4 @@
|
|||
|
||||
.sessionTitle {
|
||||
-fx-font-size: 32;
|
||||
}
|
|
@ -5,7 +5,8 @@
|
|||
|
||||
<?import org.kordamp.ikonli.javafx.FontIcon?>
|
||||
<?import javafx.geometry.Insets?>
|
||||
<fx:root type="javafx.scene.layout.HBox" xmlns:fx="http://javafx.com/fxml" alignment="CENTER" spacing="5">
|
||||
<fx:root type="javafx.scene.layout.HBox" xmlns:fx="http://javafx.com/fxml" alignment="CENTER" spacing="5"
|
||||
stylesheets="@image-tags-session-header.css">
|
||||
<padding>
|
||||
<Insets left="10" right="10"/>
|
||||
</padding>
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
tooltip {
|
||||
-fx-show-delay: 250ms;
|
||||
}
|
||||
|
||||
.sessionTitle {
|
||||
-fx-font-size: 32;
|
||||
}
|
Loading…
Reference in a new issue