Can I resize the rating stars?

Hello,
This is a theme based question.
I am wondering, if there is a way to make the stars (rating) smaller?
Especially in the light table view the stars seem to be huge compared to the image. It looks okay, when the negatives beeing displayed relatively small. But when I change the view of the negatives (thumbnails) to a larger size, the stars growing super big.
I am sure, this can be changed somewhere.
Can anyone point me into the right direction?

Thanks a lot!
Stephna

Edit:
In the themes folder I found this section in “darktable.css” (line 991):

/* Rating stars in lighttable */
#lib-rating-stars
{
  min-height: 1em;
  min-width: 9em;
  margin-right: 1em;
}

Changing this did not work.

Hi, I’ve worked on grey css and as I see, there’s no way by CSS to change the size of rating stars on negatives. The css part you show doesn’t rely on this part. The part you want is probably relied actually on GTK code. If you want to have more help and options about that, I suggest you to post an issue (with a capture screen on the part to be sure there’s no mistake on that) on darktable Github : Issues · darktable-org/darktable · GitHub

3 Likes

Nilvus,
Thank you for the suggestion!
I just opened an issue: Stars / rating should not be resized (Negatives) · Issue #2998 · darktable-org/darktable · GitHub