[geany/geany-osx] 54f692: Use less alpha for unselected tab text
Jiří Techet
git-noreply at xxxxx
Sat Jan 8 22:32:44 UTC 2022
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Sat, 08 Jan 2022 22:32:44 UTC
Commit: 54f69219662a96e3c8c59d99d23a9cb353c6f042
https://github.com/geany/geany-osx/commit/54f69219662a96e3c8c59d99d23a9cb353c6f042
Log Message:
-----------
Use less alpha for unselected tab text
Modified Paths:
--------------
Prof-Gnome/gtk-3.0/main-dark.css
Prof-Gnome/gtk-3.0/main-light.css
Modified: Prof-Gnome/gtk-3.0/main-dark.css
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -3137,7 +3137,7 @@ notebook > header tab {
border-color: transparent; }
notebook > header tab label {
- color: alpha(@text_color,0.7);
+ color: alpha(@text_color,0.8);
}
notebook > header tab:hover {
Modified: Prof-Gnome/gtk-3.0/main-light.css
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -3132,7 +3132,7 @@ notebook > header tab {
border-color: transparent; }
notebook > header tab label {
- color: alpha(@text_color,0.7);
+ color: alpha(@text_color,0.8);
}
notebook > header tab:hover {
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list