[geany/geany-osx] bfff8c: Fix GtkInfoBar style in dark theme

Jiří Techet git-noreply at xxxxx
Sat Nov 20 23:47:49 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:47:49 UTC
Commit:      bfff8cd76cc9b09349057eac049e2760495c72b5
             https://github.com/geany/geany-osx/commit/bfff8cd76cc9b09349057eac049e2760495c72b5

Log Message:
-----------
Fix GtkInfoBar style in dark theme


Modified Paths:
--------------
    Prof-Gnome/gtk-3.0/main-dark.css

Modified: Prof-Gnome/gtk-3.0/main-dark.css
9 lines changed, 8 insertions(+), 1 deletions(-)
===================================================================
@@ -4171,7 +4171,7 @@ menu menuitem check:hover:checked
   background-color: alpha(@button_color,0.2);
       border-color: alpha(@button_color,0.8);
 }
-..nautilus-window .floating-bar button:checked,
+.nautilus-window .floating-bar button:checked,
 .nautilus-window .floating-bar button:active:hover,
 .nautilus-window .floating-bar button:active
 {
@@ -5533,6 +5533,13 @@ infobar.error
 { 
              color: @selected_text_color;
         
+}
+infobar.info button, 
+infobar.question button, 
+infobar.warning button, 
+infobar.error button
+{ 
+                color: @selected_text_color; 
         border-radius: 4.66px;
          border-color: @color_700; 
   border-bottom-color: @color_900; 



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