Skip to content

Commit

Permalink
Fixed #459 - emptyFilterMessage for Dropdown, MultiSelect and Listbox…
Browse files Browse the repository at this point in the history
… filter
  • Loading branch information
cagataycivici committed Sep 8, 2020
1 parent 3fd6adb commit e0a2ec8
Show file tree
Hide file tree
Showing 42 changed files with 631 additions and 1 deletion.
18 changes: 18 additions & 0 deletions public/themes/arya-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,11 @@
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}

.p-input-filled .p-dropdown {
background: #383838;
Expand Down Expand Up @@ -872,6 +877,11 @@
outline-offset: 0;
box-shadow: inset 0 0 0 1px #93cbf9;
}
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03);
Expand Down Expand Up @@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}

.p-input-filled .p-multiselect {
background: #383838;
Expand Down Expand Up @@ -2705,6 +2720,9 @@
border-color: #383838;
color: rgba(255, 255, 255, 0.87);
}
.p-fieldset .p-fieldset-content {
padding: 1rem;
}

.p-panel .p-panel-header {
border: 1px solid #383838;
Expand Down
18 changes: 18 additions & 0 deletions public/themes/arya-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,11 @@
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}

.p-input-filled .p-dropdown {
background: #383838;
Expand Down Expand Up @@ -872,6 +877,11 @@
outline-offset: 0;
box-shadow: inset 0 0 0 1px #a7d8a9;
}
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03);
Expand Down Expand Up @@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}

.p-input-filled .p-multiselect {
background: #383838;
Expand Down Expand Up @@ -2705,6 +2720,9 @@
border-color: #383838;
color: rgba(255, 255, 255, 0.87);
}
.p-fieldset .p-fieldset-content {
padding: 1rem;
}

.p-panel .p-panel-header {
border: 1px solid #383838;
Expand Down
18 changes: 18 additions & 0 deletions public/themes/arya-orange/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,11 @@
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}

.p-input-filled .p-dropdown {
background: #383838;
Expand Down Expand Up @@ -872,6 +877,11 @@
outline-offset: 0;
box-shadow: inset 0 0 0 1px #ffe284;
}
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03);
Expand Down Expand Up @@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}

.p-input-filled .p-multiselect {
background: #383838;
Expand Down Expand Up @@ -2705,6 +2720,9 @@
border-color: #383838;
color: rgba(255, 255, 255, 0.87);
}
.p-fieldset .p-fieldset-content {
padding: 1rem;
}

.p-panel .p-panel-header {
border: 1px solid #383838;
Expand Down
18 changes: 18 additions & 0 deletions public/themes/arya-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,11 @@
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}

.p-input-filled .p-dropdown {
background: #383838;
Expand Down Expand Up @@ -872,6 +877,11 @@
outline-offset: 0;
box-shadow: inset 0 0 0 1px #cf95d9;
}
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03);
Expand Down Expand Up @@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}

.p-input-filled .p-multiselect {
background: #383838;
Expand Down Expand Up @@ -2705,6 +2720,9 @@
border-color: #383838;
color: rgba(255, 255, 255, 0.87);
}
.p-fieldset .p-fieldset-content {
padding: 1rem;
}

.p-panel .p-panel-header {
border: 1px solid #383838;
Expand Down
18 changes: 18 additions & 0 deletions public/themes/bootstrap4-dark-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,11 @@
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.04);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1.5rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}

.p-input-filled .p-dropdown {
background: #3f4b5b;
Expand Down Expand Up @@ -872,6 +877,11 @@
outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem #e3f3fe;
}
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1.5rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.04);
Expand Down Expand Up @@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1.5rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}

.p-input-filled .p-multiselect {
background: #3f4b5b;
Expand Down Expand Up @@ -2705,6 +2720,9 @@
border-color: #3f4b5b;
color: rgba(255, 255, 255, 0.87);
}
.p-fieldset .p-fieldset-content {
padding: 1.25rem;
}

.p-panel .p-panel-header {
border: 1px solid #3f4b5b;
Expand Down
18 changes: 18 additions & 0 deletions public/themes/bootstrap4-dark-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,11 @@
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.04);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1.5rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}

.p-input-filled .p-dropdown {
background: #3f4b5b;
Expand Down Expand Up @@ -872,6 +877,11 @@
outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem #f0e6f5;
}
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1.5rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.04);
Expand Down Expand Up @@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1.5rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}

.p-input-filled .p-multiselect {
background: #3f4b5b;
Expand Down Expand Up @@ -2705,6 +2720,9 @@
border-color: #3f4b5b;
color: rgba(255, 255, 255, 0.87);
}
.p-fieldset .p-fieldset-content {
padding: 1.25rem;
}

.p-panel .p-panel-header {
border: 1px solid #3f4b5b;
Expand Down
18 changes: 18 additions & 0 deletions public/themes/bootstrap4-light-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,11 @@
color: #212529;
background: #e9ecef;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1.5rem;
color: #212529;
background: transparent;
}

.p-input-filled .p-dropdown {
background: rgba(0, 0, 0, 0.03);
Expand Down Expand Up @@ -872,6 +877,11 @@
outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
}
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1.5rem;
color: #212529;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #212529;
background: #e9ecef;
Expand Down Expand Up @@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1.5rem;
color: #212529;
background: transparent;
}

.p-input-filled .p-multiselect {
background: rgba(0, 0, 0, 0.03);
Expand Down Expand Up @@ -2705,6 +2720,9 @@
border-color: #dee2e6;
color: #212529;
}
.p-fieldset .p-fieldset-content {
padding: 1.25rem;
}

.p-panel .p-panel-header {
border: 1px solid #dee2e6;
Expand Down
18 changes: 18 additions & 0 deletions public/themes/bootstrap4-light-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,11 @@
color: #212529;
background: #e9ecef;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1.5rem;
color: #212529;
background: transparent;
}

.p-input-filled .p-dropdown {
background: rgba(0, 0, 0, 0.03);
Expand Down Expand Up @@ -872,6 +877,11 @@
outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem rgba(136, 60, 174, 0.5);
}
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1.5rem;
color: #212529;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #212529;
background: #e9ecef;
Expand Down Expand Up @@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1.5rem;
color: #212529;
background: transparent;
}

.p-input-filled .p-multiselect {
background: rgba(0, 0, 0, 0.03);
Expand Down Expand Up @@ -2705,6 +2720,9 @@
border-color: #dee2e6;
color: #212529;
}
.p-fieldset .p-fieldset-content {
padding: 1.25rem;
}

.p-panel .p-panel-header {
border: 1px solid #dee2e6;
Expand Down
Loading

0 comments on commit e0a2ec8

Please sign in to comment.