[geany/geany-osx] ca026f: Make tooltips less transparent

Jiří Techet git-noreply at xxxxx
Sat Nov 20 23:55:08 UTC 2021


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sat, 20 Nov 2021 23:55:08 UTC
Commit:      ca026fdecaa8cc123cfcbdc294f5172a99b5e91a
             https://github.com/geany/geany-osx/commit/ca026fdecaa8cc123cfcbdc294f5172a99b5e91a

Log Message:
-----------
Make tooltips less transparent


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(-)
===================================================================
@@ -5619,7 +5619,7 @@ tooltip
 }
 tooltip.background
 {
-  background-color: alpha(@osd_bg_color,0.8);
+  background-color: alpha(@osd_bg_color,0.95);
 }
 tooltip.background label 
 {


Modified: Prof-Gnome/gtk-3.0/main-light.css
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -5613,7 +5613,7 @@ tooltip
 }
 tooltip.background
 {
-  background-color: alpha(@osd_bg_color,0.8);
+  background-color: alpha(@osd_bg_color,0.95);
 }
 tooltip.background label 
 {



--------------
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