Skip to content

Commit

Permalink
Fixed #1324 - CascadeSelect material theming improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jun 8, 2021
1 parent 06c3c69 commit c4490c2
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 0 deletions.
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 @@ -5430,6 +5430,10 @@
background-image: none;
background: transparent;
}
.p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label {
padding-top: 1.5rem;
padding-bottom: 0.5rem;
}
.p-input-filled .p-cascadeselect.p-invalid {
border-color: transparent;
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
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 @@ -5430,6 +5430,10 @@
background-image: none;
background: transparent;
}
.p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label {
padding-top: 1.5rem;
padding-bottom: 0.5rem;
}
.p-input-filled .p-cascadeselect.p-invalid {
border-color: transparent;
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
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 @@ -5430,6 +5430,10 @@
background-image: none;
background: transparent;
}
.p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label {
padding-top: 1.5rem;
padding-bottom: 0.5rem;
}
.p-input-filled .p-cascadeselect.p-invalid {
border-color: transparent;
background-image: linear-gradient(to bottom, #B00020, #B00020), linear-gradient(to bottom, #B00020, #B00020);
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 @@ -5430,6 +5430,10 @@
background-image: none;
background: transparent;
}
.p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label {
padding-top: 1.5rem;
padding-bottom: 0.5rem;
}
.p-input-filled .p-cascadeselect.p-invalid {
border-color: transparent;
background-image: linear-gradient(to bottom, #B00020, #B00020), linear-gradient(to bottom, #B00020, #B00020);
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 @@ -5430,6 +5430,10 @@
background-image: none;
background: transparent;
}
.p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label {
padding-top: 1.25rem;
padding-bottom: 0.25rem;
}
.p-input-filled .p-cascadeselect.p-invalid {
border-color: transparent;
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
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 @@ -5430,6 +5430,10 @@
background-image: none;
background: transparent;
}
.p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label {
padding-top: 1.25rem;
padding-bottom: 0.25rem;
}
.p-input-filled .p-cascadeselect.p-invalid {
border-color: transparent;
background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
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 @@ -5430,6 +5430,10 @@
background-image: none;
background: transparent;
}
.p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label {
padding-top: 1.25rem;
padding-bottom: 0.25rem;
}
.p-input-filled .p-cascadeselect.p-invalid {
border-color: transparent;
background-image: linear-gradient(to bottom, #B00020, #B00020), linear-gradient(to bottom, #B00020, #B00020);
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 @@ -5430,6 +5430,10 @@
background-image: none;
background: transparent;
}
.p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label {
padding-top: 1.25rem;
padding-bottom: 0.25rem;
}
.p-input-filled .p-cascadeselect.p-invalid {
border-color: transparent;
background-image: linear-gradient(to bottom, #B00020, #B00020), linear-gradient(to bottom, #B00020, #B00020);
Expand Down

0 comments on commit c4490c2

Please sign in to comment.