[geany/geany-osx] d27c1e: Use white color for selected menu item

Jiří Techet git-noreply at xxxxx
Sat Jan 8 21:33:27 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 21:33:27 UTC
Commit:      d27c1e90b7440b55cd318f612faeaa225366965d
             https://github.com/geany/geany-osx/commit/d27c1e90b7440b55cd318f612faeaa225366965d

Log Message:
-----------
Use white color for selected menu item


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
6 lines changed, 6 insertions(+), 0 deletions(-)
===================================================================
@@ -2797,6 +2797,12 @@ menubar > menuitem:hover,
   background-color: @color_accent;
              color: @selected_text_color; 
        
+}
+menubar > menuitem:hover label, 
+.menubar > menuitem:hover label
+{ 
+             color: @selected_text_color; 
+       
 }
 menubar > menuitem:disabled, 
 .menubar > menuitem:disabled


Modified: Prof-Gnome/gtk-3.0/main-light.css
6 lines changed, 6 insertions(+), 0 deletions(-)
===================================================================
@@ -2793,6 +2793,12 @@ menubar > menuitem:hover,
   background-color: @color_accent;
              color: @selected_text_color; 
        
+}
+menubar > menuitem:hover label, 
+.menubar > menuitem:hover label
+{ 
+             color: @selected_text_color; 
+       
 }
 menubar > menuitem:disabled, 
 .menubar > menuitem:disabled



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