Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 02 May 2016 13:07:50 UTC Commit: 62be0b9b9669483fa9f84aa6473b0b6e48f990a2 https://github.com/geany/geany/commit/62be0b9b9669483fa9f84aa6473b0b6e48f990...
Log Message: ----------- Fix our tab close buttons appearance on GTK 3.20
Modified Paths: -------------- data/geany-3.20.css
Modified: data/geany-3.20.css 5 lines changed, 4 insertions(+), 1 deletions(-) =================================================================== @@ -4,5 +4,8 @@ #geany-close-tab-button { outline-offset: 0; outline-width: 0; - border: 0; + margin: 0; + margin-left: 0.5em; + min-width: 0; + min-height: 0; }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).