Bold text hard to see on tabs

Another CSS tweak shared in a bug report comment, is to increase the thickness of the Progress Bar for long processes.

Since you may choose to let Gramps progress while you do something else, it is helpful to have the bar more visible from across the room.

@Nick-Hall Note: You can change the height of the progress bars by putting the following in your gramps.css file:

progress, trough {
  min-height: 15px;
}

The gramps.css is in the DATA_DIR folder, which can be found by running the Constants script the Python Evaluation gramplet.

DATA_DIR paths for various OSes:

  • Fedora
    (NOT HIDDEN) DATA_DIR : /home/<username>/.local/share/gramps
  • Windows 10
    (NOT HIDDEN) DATA_DIR : C:\Program Files\GrampsAIO64-6.0.0\share\gramps

And the User CSS for Themes
(NOT HIDDEN) USER_CSS : C:\Users\test\AppData\Local\gramps\css