Created attachment 373119 [details] Transparent and solid calendar The date selection calender in the register seems to have a transparent background while from the duplicate transaction window it appears solid as expected. Are the Calendars constructed differently?
What theme are you using, do you have any custom css set?
(In reply to Bob from comment #1) > What theme are you using, do you have any custom css set? I use a theme generated with oomox 1.10. Are there any specific files I can send you that may be useful?
Never heard of that, did a quick search and looks like the last step is to export the created theme, can you add the files here that are exported.
Created attachment 373134 [details] Theme generated by oomox See attached.
Thanks for that But I think I need these two folders ~/.themes and ~/.icons also according to https://www.addictivetips.com/ubuntu-linux-tips/customize-numix-themes-linux-oomox/ This is just so I can try it but it maybe that you can add some css of the form sheet calendar { background-color:green; } to ~/.config/gnucash/gtk-3.0.css
(In reply to Bob from comment #5) > Thanks for that But I think I need these two folders ~/.themes and ~/.icons > also according to > https://www.addictivetips.com/ubuntu-linux-tips/customize-numix-themes-linux- > oomox/ > > This is just so I can try it but it maybe that you can add some css of the > form > > sheet calendar { > background-color:green; > } > > to ~/.config/gnucash/gtk-3.0.css Creating the gtk-3.0.css file does give the calendar a solid background. I don't use the icons generated by oomox but I've included the .icons files I do use.
Created attachment 373137 [details] .themes
Created attachment 373138 [details] .icons
This seems to be inflicted by the theme. There's not much we can do about that.
(In reply to John Ralls from comment #9) > This seems to be inflicted by the theme. There's not much we can do about > that. Is there a fix for the current version similar to the fix in comment 6?
Change sheet to gnc-id-sheet
(In reply to Bob from comment #11) > Change sheet to gnc-id-sheet Perfect! It works just like the previous fix. Thanks.