Skip to content

Commit

Permalink
Merge pull request #2561 from tugcekucukoglu/invalid
Browse files Browse the repository at this point in the history
Fixed #2510 - Missing invalid float label color
  • Loading branch information
tugcekucukoglu authored May 24, 2022
2 parents c10f6e0 + ec8cf76 commit ce967d0
Show file tree
Hide file tree
Showing 43 changed files with 172 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/themes/arya-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #ef9a9a;
}

.p-input-icon-left > i:first-of-type {
left: 0.5rem;
color: rgba(255, 255, 255, 0.6);
Expand Down
4 changes: 4 additions & 0 deletions public/themes/arya-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #ef9a9a;
}

.p-input-icon-left > i:first-of-type {
left: 0.5rem;
color: rgba(255, 255, 255, 0.6);
Expand Down
4 changes: 4 additions & 0 deletions public/themes/arya-orange/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #ef9a9a;
}

.p-input-icon-left > i:first-of-type {
left: 0.5rem;
color: rgba(255, 255, 255, 0.6);
Expand Down
4 changes: 4 additions & 0 deletions public/themes/arya-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #ef9a9a;
}

.p-input-icon-left > i:first-of-type {
left: 0.5rem;
color: rgba(255, 255, 255, 0.6);
Expand Down
4 changes: 4 additions & 0 deletions public/themes/bootstrap4-dark-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,10 @@
transition-duration: 0.15s;
}

.p-float-label > .p-invalid + label {
color: #f19ea6;
}

.p-input-icon-left > i:first-of-type {
left: 0.75rem;
color: rgba(255, 255, 255, 0.6);
Expand Down
4 changes: 4 additions & 0 deletions public/themes/bootstrap4-dark-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,10 @@
transition-duration: 0.15s;
}

.p-float-label > .p-invalid + label {
color: #f19ea6;
}

.p-input-icon-left > i:first-of-type {
left: 0.75rem;
color: rgba(255, 255, 255, 0.6);
Expand Down
4 changes: 4 additions & 0 deletions public/themes/bootstrap4-light-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,10 @@
transition-duration: 0.15s;
}

.p-float-label > .p-invalid + label {
color: #dc3545;
}

.p-input-icon-left > i:first-of-type {
left: 0.75rem;
color: #495057;
Expand Down
4 changes: 4 additions & 0 deletions public/themes/bootstrap4-light-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,10 @@
transition-duration: 0.15s;
}

.p-float-label > .p-invalid + label {
color: #dc3545;
}

.p-input-icon-left > i:first-of-type {
left: 0.75rem;
color: #495057;
Expand Down
4 changes: 4 additions & 0 deletions public/themes/fluent-light/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #a4252c;
}

.p-input-icon-left > i:first-of-type {
left: 0.5rem;
color: #605e5c;
Expand Down
4 changes: 4 additions & 0 deletions public/themes/lara-dark-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #FCA5A5;
}

.p-input-icon-left > i:first-of-type {
left: 0.75rem;
color: rgba(255, 255, 255, 0.6);
Expand Down
4 changes: 4 additions & 0 deletions public/themes/lara-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #FCA5A5;
}

.p-input-icon-left > i:first-of-type {
left: 0.75rem;
color: rgba(255, 255, 255, 0.6);
Expand Down
4 changes: 4 additions & 0 deletions public/themes/lara-dark-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #FCA5A5;
}

.p-input-icon-left > i:first-of-type {
left: 0.75rem;
color: rgba(255, 255, 255, 0.6);
Expand Down
4 changes: 4 additions & 0 deletions public/themes/lara-dark-teal/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #FCA5A5;
}

.p-input-icon-left > i:first-of-type {
left: 0.75rem;
color: rgba(255, 255, 255, 0.6);
Expand Down
4 changes: 4 additions & 0 deletions public/themes/lara-light-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #e24c4c;
}

.p-input-icon-left > i:first-of-type {
left: 0.75rem;
color: #6c757d;
Expand Down
4 changes: 4 additions & 0 deletions public/themes/lara-light-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #e24c4c;
}

.p-input-icon-left > i:first-of-type {
left: 0.75rem;
color: #6c757d;
Expand Down
4 changes: 4 additions & 0 deletions public/themes/lara-light-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #e24c4c;
}

.p-input-icon-left > i:first-of-type {
left: 0.75rem;
color: #6c757d;
Expand Down
4 changes: 4 additions & 0 deletions public/themes/lara-light-teal/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #e24c4c;
}

.p-input-icon-left > i:first-of-type {
left: 0.75rem;
color: #6c757d;
Expand Down
4 changes: 4 additions & 0 deletions public/themes/luna-amber/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #e57373;
}

.p-input-icon-left > i:first-of-type {
left: 0.429rem;
color: #888888;
Expand Down
4 changes: 4 additions & 0 deletions public/themes/luna-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #e57373;
}

.p-input-icon-left > i:first-of-type {
left: 0.429rem;
color: #888888;
Expand Down
4 changes: 4 additions & 0 deletions public/themes/luna-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #e57373;
}

.p-input-icon-left > i:first-of-type {
left: 0.429rem;
color: #888888;
Expand Down
4 changes: 4 additions & 0 deletions public/themes/luna-pink/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #e57373;
}

.p-input-icon-left > i:first-of-type {
left: 0.429rem;
color: #888888;
Expand Down
4 changes: 4 additions & 0 deletions public/themes/md-dark-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #f44435;
}

.p-input-icon-left > i:first-of-type {
left: 1rem;
color: rgba(255, 255, 255, 0.6);
Expand Down
4 changes: 4 additions & 0 deletions public/themes/md-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #f44435;
}

.p-input-icon-left > i:first-of-type {
left: 1rem;
color: rgba(255, 255, 255, 0.6);
Expand Down
4 changes: 4 additions & 0 deletions public/themes/md-light-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #B00020;
}

.p-input-icon-left > i:first-of-type {
left: 1rem;
color: rgba(0, 0, 0, 0.6);
Expand Down
4 changes: 4 additions & 0 deletions public/themes/md-light-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #B00020;
}

.p-input-icon-left > i:first-of-type {
left: 1rem;
color: rgba(0, 0, 0, 0.6);
Expand Down
4 changes: 4 additions & 0 deletions public/themes/mdc-dark-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #f44435;
}

.p-input-icon-left > i:first-of-type {
left: 0.75rem;
color: rgba(255, 255, 255, 0.6);
Expand Down
4 changes: 4 additions & 0 deletions public/themes/mdc-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #f44435;
}

.p-input-icon-left > i:first-of-type {
left: 0.75rem;
color: rgba(255, 255, 255, 0.6);
Expand Down
4 changes: 4 additions & 0 deletions public/themes/mdc-light-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #B00020;
}

.p-input-icon-left > i:first-of-type {
left: 0.75rem;
color: rgba(0, 0, 0, 0.6);
Expand Down
4 changes: 4 additions & 0 deletions public/themes/mdc-light-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #B00020;
}

.p-input-icon-left > i:first-of-type {
left: 0.75rem;
color: rgba(0, 0, 0, 0.6);
Expand Down
4 changes: 4 additions & 0 deletions public/themes/nova-accent/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #a80000;
}

.p-input-icon-left > i:first-of-type {
left: 0.429rem;
color: #848484;
Expand Down
4 changes: 4 additions & 0 deletions public/themes/nova-alt/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #a80000;
}

.p-input-icon-left > i:first-of-type {
left: 0.429rem;
color: #848484;
Expand Down
4 changes: 4 additions & 0 deletions public/themes/nova-vue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #a80000;
}

.p-input-icon-left > i:first-of-type {
left: 0.429rem;
color: #848484;
Expand Down
4 changes: 4 additions & 0 deletions public/themes/nova/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #a80000;
}

.p-input-icon-left > i:first-of-type {
left: 0.429rem;
color: #848484;
Expand Down
4 changes: 4 additions & 0 deletions public/themes/rhea/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #e7a3a3;
}

.p-input-icon-left > i:first-of-type {
left: 0.429rem;
color: #a6a6a6;
Expand Down
4 changes: 4 additions & 0 deletions public/themes/saga-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #f44336;
}

.p-input-icon-left > i:first-of-type {
left: 0.5rem;
color: #6c757d;
Expand Down
4 changes: 4 additions & 0 deletions public/themes/saga-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,10 @@
transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
color: #f44336;
}

.p-input-icon-left > i:first-of-type {
left: 0.5rem;
color: #6c757d;
Expand Down
Loading

0 comments on commit ce967d0

Please sign in to comment.