[geany/geany-osx] bfc7b3: Fix display of disabled checkboxes
Jiří Techet
git-noreply at xxxxx
Thu Nov 18 22:22:42 UTC 2021
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Thu, 18 Nov 2021 22:22:42 UTC
Commit: bfc7b38dd04f463c965f88f1c3b502d5d233b88e
https://github.com/geany/geany-osx/commit/bfc7b38dd04f463c965f88f1c3b502d5d233b88e
Log Message:
-----------
Fix display of disabled checkboxes
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(-)
===================================================================
@@ -3957,6 +3957,7 @@ check:disabled
{
border-color: alpha(@borders,0.7);
background-image: none;
+ color: @disabled_text_color;
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
Modified: Prof-Gnome/gtk-3.0/main-light.css
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -3950,7 +3950,8 @@ check:disabled
{
border-color: alpha(@borders,0.7);
background-image: none;
-
+ color: @disabled_text_color;
+
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
}
--------------
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