[geany/geany-osx] e8c7da: Use @text_color for labels
Jiří Techet
git-noreply at xxxxx
Sat Jan 8 20:19: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 20:19:44 UTC
Commit: e8c7da23379a0d4a7061d35db0b42d4fad80cb79
https://github.com/geany/geany-osx/commit/e8c7da23379a0d4a7061d35db0b42d4fad80cb79
Log Message:
-----------
Use @text_color for labels
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
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -138,6 +138,7 @@ flowbox flowboxchild:selected
}
label
{
+ color: @text_color;
caret-color: currentColor;
}
label.separator
Modified: Prof-Gnome/gtk-3.0/main-light.css
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -138,6 +138,7 @@ flowbox flowboxchild:selected
}
label
{
+ color: @text_color;
caret-color: currentColor;
}
label.separator
--------------
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