Closed schorschii closed 1 year ago
You need to be careful here to make sure you haven't reintroduced another issue: https://github.com/linuxmint/mint-themes/commit/c71c760709fed358c2c4f8010e8dc38a9c1f2d68
https://github.com/linuxmint/mint-themes/issues/298
Sadly, QT applications and the theme engine used in the gtk2 theme don't always seem to place nicely together. If this fix works without breaking the other fix, it should probably be extended to cover notebook entries as well.
I tested it with the sqlitebrowser and it does not break the other fix.
The current Mint themes in 21 and 21.1 have a major issue: selected text is not visible as soon as the window loses the focus:
This fix brings back the behavior of Mint 20.3 where the text selection is visible even if the window is not focused.
The additional
image { ... }
is necessary to keep the white background, otherwise it will look like this:fixes #438