Skip to content

Commit

Permalink
ELEMENTS-1712: improve contrast on placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
poonamyadav252 committed Jan 19, 2024
1 parent a799c53 commit 06f196e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ui/nuxeo-data-grid/nuxeo-data-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ import { PageProviderDisplayBehavior } from '../nuxeo-page-provider-display-beha
}
.emptyResult {
opacity: 0.5;
opacity: 0.8;
display: block;
font-weight: 300;
padding: 1.5em 0.7em;
Expand Down
2 changes: 1 addition & 1 deletion ui/nuxeo-data-list/nuxeo-data-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ import { PageProviderDisplayBehavior } from '../nuxeo-page-provider-display-beha
}
.emptyResult {
opacity: 0.5;
opacity: 0.8;
display: block;
font-weight: 300;
padding: 1.5em 0.7em;
Expand Down
2 changes: 1 addition & 1 deletion ui/nuxeo-data-table/iron-data-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ import '../nuxeo-button-styles.js';
}
.emptyResult {
opacity: 0.5;
opacity: 0.8;
display: block;
font-weight: 300;
padding: 1.5em 0.7em;
Expand Down
2 changes: 1 addition & 1 deletion ui/nuxeo-document-permissions/nuxeo-document-acl-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ import './nuxeo-popup-permission.js';
}
.emptyResult {
opacity: 0.5;
opacity: 0.8;
display: block;
font-weight: 300;
padding: 1.5em 0.7em;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import '../nuxeo-button-styles.js';
.emptyResult {
display: block;
opacity: 0.5;
opacity: 0.8;
font-weight: 300;
padding: 8px;
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion ui/nuxeo-justified-grid/nuxeo-justified-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ import { RoutingBehavior } from '../nuxeo-routing-behavior.js';
}
.emptyResult {
opacity: 0.5;
opacity: 0.8;
display: block;
font-weight: 300;
padding: 1.5em 0.7em;
Expand Down
2 changes: 1 addition & 1 deletion ui/nuxeo-user-group-management/nuxeo-group-management.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ import '../nuxeo-button-styles.js';
}
.emptyResult {
opacity: 0.5;
opacity: 0.8;
display: block;
font-weight: 300;
padding: 1.5em 0.7em;
Expand Down
2 changes: 1 addition & 1 deletion ui/nuxeo-user-group-management/nuxeo-user-group-latest.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ import { I18nBehavior } from '../nuxeo-i18n-behavior.js';
}
.emptyResult {
opacity: 0.5;
opacity: 0.8;
display: block;
font-weight: 300;
padding: 1.5em 0.7em;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ import '../nuxeo-button-styles.js';
}
.emptyResult {
opacity: 0.5;
opacity: 0.8;
display: block;
font-weight: 300;
padding: 1.5em 0.7em;
Expand Down
2 changes: 1 addition & 1 deletion ui/nuxeo-user-group-management/nuxeo-user-group-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ import { I18nBehavior } from '../nuxeo-i18n-behavior.js';
}
.emptyResult {
opacity: 0.5;
opacity: 0.8;
display: block;
font-weight: 300;
padding: 1.5em 0.7em;
Expand Down

0 comments on commit 06f196e

Please sign in to comment.