Martin Yergeau Posted June 11, 2021 Share Posted June 11, 2021 Have you tried including the !important property in your css entry to take precedence of any other Such as { color: white !important; } May not solve it, but can give a try Link to comment Share on other sites More sharing options...
Casey Green Posted June 11, 2021 Author Share Posted June 11, 2021 That is the weirdest thing. Adding that turns the anchor text white when editing in the Designer, but once I run the report or put it in a Visualization page it reverts back to the classic blue. That would lead me to think its being overwritten at some point during execution Link to comment Share on other sites More sharing options...
Manoj Chaurasia Posted June 11, 2021 Share Posted June 11, 2021 Casey I am not positive but that may be the theme of the visualization page is overriding what was done in designer. Which version are you using Link to comment Share on other sites More sharing options...
Casey Green Posted June 11, 2021 Author Share Posted June 11, 2021 Release ID 8207.21 I made the css changes directly to the .css document outside of the designer. When I manually run the report file it still displays the blue anchor text, however when I right-click and edit the file (opening a Designer window editing the report) the anchor text displays white. Just a guess, but something must be overriding the coloring elsewhere in the the .sty or the same .css file maybe. Link to comment Share on other sites More sharing options...
David Beagan Posted June 11, 2021 Share Posted June 11, 2021 I changed C:ibiWebFOCUS82ibi_htmlibi_themesWarm.sty in notepad: image.png739738 31.7 KB to have a different HYPERLINK-COLOR. This is the default style sheet file for IA and it changed the hyperlink color on a report I developed in IA. Link to comment Share on other sites More sharing options...
Casey Green Posted June 11, 2021 Author Share Posted June 11, 2021 Thats what it was! Thank you! Link to comment Share on other sites More sharing options...
Casey Green Posted June 11, 2021 Author Share Posted June 11, 2021 Id like to change the text color of the drill downs from the normal blue/dark blue to a lighter color (white prefereably), as our companys theme uses a lot of dark backgrounds. None of the normal text styling options seem to affect the text of columns with an active drill down (which I assume is just a hyperlink). Ive looked into it a little and the answer seems to be by making the change in CSS by modifying the color of the anchor tag. I know we can do in-line CSS styling, but the rest of the team would like use this format as well so Id like to apply it to our prebuilt style sheets. Applying the SET CSSURL tag in my .focexe file gives me parsing errors and just dropping a { color: white; } into the .css file associated with the theme doesnt seem to have any effect. Has anyone had success formatting these colors Am I missing a link between the .sty sheets and .css Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now