[GNC] Report Style Sheets with un-decorated links?
Tommy Trussell
tommy.trussell at gmail.com
Mon Apr 10 16:56:44 EDT 2023
Vincent: Sorry for the delayed response. Thank you for the helpful
suggestion. I just tried it, and it works just as I needed.
P.S.: I don't know when the right-click option "Inspect Element" appeared
in the report view, but that should be very helpful for testing other
customizations. Unfortunately while playing with it my display manager
crashed, but that might be a Wayland thing.
On Thu, Apr 6, 2023 at 9:27 PM Vincent Dawans <dawansv at gmail.com> wrote:
> Tommy:
>
> I only know how to do it with the CSS style-sheet, so you have to pick
> that one in your report option.
>
> But first to edit the stylesheet, go to Edit - Stylesheets, then select
> CSS-based stylesheet and click on Edit.
> Then add the following to the very bottom. The first part removed the
> underline, the second the italic and color.
>
> a:link {
> text-decoration: none; /* removes the underline from links */
> }
>
> a {
> font-style: normal; /* removes the italics from links */
> color: black; /* removes the blue color from links*/
> }
>
> Sincerely,
>
> Vincent Dawans
>
>
>
>
> On Thu, Apr 6, 2023 at 4:34 PM Tommy Trussell <tommy.trussell at gmail.com>
> wrote:
>
>> Is there any way to define a report Style Sheet so that links work AND
>> they
>> are not underlined or italicized?
>> _______________________________________________
>> gnucash-user mailing list
>> gnucash-user at gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> -----
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
>>
>
More information about the gnucash-user
mailing list