[geany/geany-osx] 7c7d90: Fix label selection colors

Jiří Techet git-noreply at xxxxx
Sun Nov 21 00:18:57 UTC 2021


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sun, 21 Nov 2021 00:18:57 UTC
Commit:      7c7d908ac37fb531c8c1793b678b4eefe9bc2df5
             https://github.com/geany/geany-osx/commit/7c7d908ac37fb531c8c1793b678b4eefe9bc2df5

Log Message:
-----------
Fix label selection colors


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(-)
===================================================================
@@ -147,7 +147,7 @@ label.separator
 label selection
 { 
   color: @selected_text_color; 
-  
+  background-color: @color_accent;  
 }
 label:disabled
 { 


Modified: Prof-Gnome/gtk-3.0/main-light.css
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -147,7 +147,7 @@ label.separator
 label selection
 { 
   color: @selected_text_color; 
-  
+  background-color: @color_accent;  
 }
 label: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