Ugly Tooltip in RT with GTK3.14

The tooltips in RT have an ugly shadow. Searching the web for an solution to fix it in the stylesheet, I’ve found this.
Shadow on GTK3.14

I hope this will help to fix it.

cu TooWaBoo

@TooWaBoo please file bug reports on GitHub, not here.

1 Like

Ok

12345678901234567890 ← to reach the min. number of characters :laughing:

@patdavid I think the 20 char limit should be removed.

@Morgan_Hardwood - The 20 character limit is to encourage more engaging or meaningful discussion and to avoid having posts that consist only of replies like “ok”, which don’t really add much in the context of this thread to be informative or helpful (or insightful) in some way. :slight_smile:

For instance, a better response that would have fit the character limit might have been to link the github issue url/ID along with his response of “ok”. :wink:

Or to simply hit the “like” button on your post.

This isn’t to shame anyone, btw. Just to give some context about why the limit is 20 characters.

1 Like

Here is the link to github :blush:
…and I pushed the “like” button. :grinning:

1 Like

@patdavid I know, but we’ve seen several times now that it just doesn’t work. People (myself included) still write a short reply and fill it with junk to satisfy the limit. It’s like communism in theory vs practice :wink:

This bug can be fixed by adding this to the css-file.

.tooltip {
    padding: 0;
}