Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Mon, 27 Dec 2021 20:03:08 UTC Commit: 6d761dd10e12d53e949bf2714995157a7eef3b94 https://github.com/geany/geany-osx/commit/6d761dd10e12d53e949bf2714995157a7e...
Log Message: ----------- Use lighter menu bar
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 4 lines changed, 1 insertions(+), 3 deletions(-) =================================================================== @@ -2779,9 +2779,7 @@ menubar, { -GtkWidget-window-dragging: true; padding: 0 4px; - background-image: linear-gradient(to top, - alpha(shade(@headerbar_color,0.88),1), - alpha(shade(@headerbar_color,0.92),1)); + background-color: @theme_bg_color; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.5); } menubar > menuitem,
Modified: Prof-Gnome/gtk-3.0/main-light.css 4 lines changed, 1 insertions(+), 3 deletions(-) =================================================================== @@ -2775,9 +2775,7 @@ menubar, { -GtkWidget-window-dragging: true; padding: 0 4px; - background-image: linear-gradient(to top, - alpha(shade(@headerbar_color,0.86),1), - alpha(shade(@headerbar_color,0.94),1)); + background-color: @theme_bg_color; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); } menubar > menuitem,
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).