Corpcat Posted November 1, 2018 Report Share Posted November 1, 2018 Since I added PDF download to my Tabular report I now get a down arrow next to the download button. Is there a specific CCS to get rid of this arrow? Cheers David Quote Link to comment Share on other sites More sharing options...
0 directrix Posted November 1, 2018 Report Share Posted November 1, 2018 Are you using Caspio Predefined Style for your DataPage? @Corpcat Quote Link to comment Share on other sites More sharing options...
0 directrix Posted November 1, 2018 Report Share Posted November 1, 2018 You can change that by editing the Style that you are using for your Document_Entry report DataPage, under Results Page > Page Actions > Toolbar Image Actions, then check Downloads. You can have a custom image for the download icon just paste the url of it. Corpcat 1 Quote Link to comment Share on other sites More sharing options...
0 Corpcat Posted April 11, 2019 Author Report Share Posted April 11, 2019 On 11/2/2018 at 5:01 AM, directrix said: You can change that by editing the Style that you are using for your Document_Entry report DataPage, under Results Page > Page Actions > Toolbar Image Actions, then check Downloads. You can have a custom image for the download icon just paste the url of it. I tried this but there seems to be another Css tag somewhere that adds the orange download image, any ideas what it might be called? .cbResultSetActionsContainer { /*Results Page Actions Container Attributes*/ /* Forced to match results table */ padding: 2px; margin: 0px; border-collapse: separate; } .cbResultSetActionsContainerCellspacing { border-spacing:0px; } .cbResultSetSearchAgainContainer { /*Results Page Search Again Container Attributes*/ text-align: right; vertical-align: middle; padding: 0px 5px; white-space: nowrap; margin: 0px ; border: none ; } .cbResultSetDownloadMessage { /*Results Page Download Message Div Attributes*/ text-align: right; vertical-align: middle; padding: 0px; width: auto; white-space: nowrap; margin: 0px ; border: none ; } .cbResultSetBulkDeleteActionContainer { /*Results Page Bulk Delete Container Attributes*/ text-align: right; vertical-align: middle; padding: 0px 3px 0px 3px; white-space: nowrap; margin: 0px; border: none; width: auto; } .cbResultSetBulkEditActionContainer { /*Results Page Bulk Edit Action Container Attributes*/ text-align: right; vertical-align: middle; padding: 0px 0px 0px 5px; white-space: nowrap; margin: 0px; border: none; width: auto; } .cbResultSetGridEditActionContainer { /*Results Page Grid Edit Action Container Attributes*/ text-align: right; vertical-align: middle; padding: 0px 3px 0px 3px; white-space: nowrap; margin: 0px; border: none; width: auto; } .cbResultSetBackToPivotActionContainer { /*Results Page Search Again Container Attributes*/ text-align: right; vertical-align: middle; padding: 0px 5px; white-space: nowrap; margin: 0px ; border: none ; } .cbResultSetListGallerySelectAllActionContainer { /*Results Page Select All CheckBox (List, Gallery) Container Attributes*/ text-align: right; vertical-align: middle; padding: 0px 3px 0px 3px; white-space: nowrap; margin: 0px; border: none; width: auto; } .cbResultSetSearchAgainLink { /*Results Page Search Again Link Attributes*/ color: #FF6600; font-family: Verdana ; font-size: 13px; font-style: normal; font-weight: normal; text-decoration: none; } .cbResultSetDownloadLink { /*Results Page Download Message Link Attributes*/ color: #FF6600; font-family: Verdana ; font-size: 13px; font-style: normal; font-weight: normal; text-decoration: none; } .cbResultSetBulkDeleteActionLink { /*Results Page Delete Link Attributes*/ color: #26639d; font-family: Arial, sans-serif; font-size: 12px; font-weight: 300; text-decoration: none; } .cbResultSetBulkEditActionLink { /*Results Page Bulk Edit ActionLink Attributes (For Gallery And List Pages)*/ color: #26639d; font-family: Arial, sans-serif; font-size: 12px; font-weight: 300; text-decoration: none; } .cbResultSetGridEditActionLink { /*Results Page Grid Edit ActionLink Attributes (For Gallery And List Pages)*/ color: #26639d; font-family: Arial, sans-serif; font-size: 12px; font-weight: 300; text-decoration: none; } .cbResultSetBackToPivotActionLink { /*Results Page Search Again Link Attributes*/ color: #FF6600; font-family: Verdana ; font-size: 13px; font-style: normal; font-weight: normal; text-decoration: none; } .cbResultSetListGallerySelectAllActionLink { /*Results Page Select All Link Attributes (For Gallery And List Pages)*/ color: #26639d; font-family: Arial, sans-serif; font-size: 12px; font-weight: 300; text-decoration: none; } .cbResultSetSortLabel { /*Results Page Advanced Sorting Text Attributes*/ color: #404040; font-size: 13px; font-family: Verdana; font-style: normal; font-weight: bold; } .cbResultSetSortContainer { /*Results Page Advanced Sorting Div Attributes*/ text-align: right; vertical-align: middle; padding: 0 5px 0px 0px; white-space: nowrap; margin: 0px ; border: none ; } .cbResultSetSortControl { /*Results Page Advanced Sorting Select Attributes*/ color: #666666; font-size: 12px; font-family: Verdana ; font-style: normal; font-weight: normal; } .cbResultSetRecordPerPageCell { /*Page Control Table Cell Attributes*/ text-align: left; vertical-align: middle; padding: 5px; white-space:nowrap; margin: 0px; border: none ; } .cbResultSetRecordPerPageMessage { /*Paging Message Text Attributes*/ color: #666666; font-size:12px; font-family: Verdana; font-style: normal; font-weight: bold; margin: 0px ; border: none ; } .cbResultSetPageActionsCell { /*Results Page Actions Table Cell Attributes*/ vertical-align: bottom; } Quote Link to comment Share on other sites More sharing options...
0 kpcollier Posted June 25, 2019 Report Share Posted June 25, 2019 Not sure if you still need help with this, but these three rules from your previous post all contain the color orange. .cbResultSetSearchAgainLink { /*Results Page Search Again Link Attributes*/ color: #FF6600; font-family: Verdana ; font-size: 13px; font-style: normal; font-weight: normal; text-decoration: none; } .cbResultSetDownloadLink { /*Results Page Download Message Link Attributes*/ color: #FF6600; font-family: Verdana ; font-size: 13px; font-style: normal; font-weight: normal; text-decoration: none; } .cbResultSetBackToPivotActionLink { /*Results Page Search Again Link Attributes*/ color: #FF6600; font-family: Verdana ; font-size: 13px; font-style: normal; font-weight: normal; text-decoration: none; } Quote Link to comment Share on other sites More sharing options...
Question
Corpcat
Since I added PDF download to my Tabular report I now get a down arrow next to the download button.
Is there a specific CCS to get rid of this arrow?
Cheers
David
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.