Created attachment 866925 [details] Auto-refresh timeout readability issue Description of problem: When auto-refresh is enabled for dashboard filter panel, the timeout value is hardly readable (there are white letters on light-grey background). This is actually OK in community dashbuilder but NOT OK in BPM product. See screenshot attached. This should probably be fixed by updating default.css (not sure where it is - perhaps in branding branch?) Version-Release number of selected component (if applicable): BPMS 6.0.1 ER1 How reproducible: Always Steps to Reproduce: 1. Login to dashbuilder with admin user 2. Navigate to any page containing Dashboard filter. 3. Click Options > Edit content and enable 'auto-refresh enabled' Actual results: Observe the auto refresh timeout - it is displayed with white letters (as defined in dashboard-builder/modules/dashboard-ui/dashboard-ui-core/src/main/webapp/components/bam/dashboard_filter/filter_autorefresh.jsp) on light grey background (as defined in default.css - it looks that this css file differs for community and product) Expected results: The easiest fix I see is to update the product's default.css file to use the same background for auto refresh timer table as community dashbuilder does. Additional info:
Fixed. Github commit (master): https://github.com/droolsjbpm/dashboard-builder/commit/8e8cb6b8c9bb26e1fd946ecfd49feb2a9d805f94 Github commit (6.0.x): https://github.com/droolsjbpm/dashboard-builder/commit/9c46bd5a3af43966000cc3ef39e437ae407947f4
Ok, verified with BPMS 6.0.2 ER2