Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sun, 08 Oct 2023 13:52:31 UTC Commit: 4bd14af80055e38ed5269a214c7d51872dde9766 https://github.com/geany/geany/commit/4bd14af80055e38ed5269a214c7d51872dde97...
Log Message: ----------- Remove GTK < 3.24 stuff from geany.css
Modified Paths: -------------- data/geany.css
Modified: data/geany.css 9 lines changed, 3 insertions(+), 6 deletions(-) =================================================================== @@ -4,14 +4,12 @@ #geany-close-tab-button { padding: 0; } -#geany-close-tab-button GtkImage /* GTK < 3.20 */, -#geany-close-tab-button image /* GTK >= 3.20 */ { +#geany-close-tab-button image { padding: 0; }
/* use monospaced font in search entries for easier reading of regexp (#1907117) */ -#GeanyDialogSearch GtkEntry /* GTK < 3.20 */, -#GeanyDialogSearch entry /* GTK >= 3.20 */ { +#GeanyDialogSearch entry { font-family: monospace; }
@@ -20,8 +18,7 @@ color: #fff; background: #ff6666; } -#geany-search-entry-no-match:selected /* GTK < 3.20 */, -#geany-search-entry-no-match selection /* GTK >= 3.20 */ { +#geany-search-entry-no-match selection { color: #fff; background-color: #771111; }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).