Skip to content

Commit

Permalink
Change the warning colors
Browse files Browse the repository at this point in the history
  • Loading branch information
zapek committed Nov 16, 2023
1 parent 20b2047 commit 2c99bb1
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions ui/src/main/resources/view/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,6 @@
-fx-padding: 12px;
}

/*noinspection CssInvalidPseudoSelector,CssUnusedSymbol*/
.text-field:danger {
-fx-text-box-border: red;
-fx-focus-color: red;
}

/*noinspection CssInvalidPseudoSelector,CssUnusedSymbol*/
.text-area:danger {
-fx-background-color: red;
-fx-text-fill: red;
}

/*noinspection CssInvalidPseudoSelector*/
.label:danger {
-fx-text-fill: red;
}

.chat-list-pane {
-fx-background-color: -color-border-default;
-fx-padding: 1px;
Expand Down

0 comments on commit 2c99bb1

Please sign in to comment.