Skip to content

Commit

Permalink
rename style class
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed Jan 17, 2025
1 parent 23aaad4 commit dbcc179
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions src/main/resources/digital/slovensko/autogram/ui/gui/idsk.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@
-fx-font-size: 1.1875em;
}

.autogram-input--width-3 {
-fx-max-width: 3.75em;
}

.autogram-input:hover {
-fx-cursor: text;
}
Expand Down Expand Up @@ -696,11 +700,6 @@ TextFlow.autogram-body-s {
-fx-pref-width: 20.25em;
}

.autogram-textfield-container--width-3 > TextField {
-fx-pref-width: 3.75em;
}


.autogram-dropdown {
-fx-cursor: hand;
-fx-alignment: center-left;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@
</Text>
</TextFlow>
</VBox>
<VBox styleClass="autogram-textfield-container,autogram-textfield-container--width-3">
<TextField fx:id="tokenSessionTimeoutTextField" styleClass="autogram-input" />
<VBox styleClass="autogram-textfield-container">
<TextField fx:id="tokenSessionTimeoutTextField" styleClass="autogram-input,autogram-input--width-3" />
</VBox>
</HBox>
<HBox styleClass="autogram-settings-row">
Expand Down

0 comments on commit dbcc179

Please sign in to comment.