[geany/geany-osx] e3b414: Remove shadow for entries

Jiří Techet git-noreply at xxxxx
Thu Nov 18 22:04:08 UTC 2021


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Thu, 18 Nov 2021 22:04:08 UTC
Commit:      e3b414f239e88813fc7f7d43e3fe047a235e7932
             https://github.com/geany/geany-osx/commit/e3b414f239e88813fc7f7d43e3fe047a235e7932

Log Message:
-----------
Remove shadow for entries


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, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -228,8 +228,6 @@ entry
   color: @text_color;
   
   background-color: @button_color; 
-  
-  box-shadow: inset 0 1px 2px alpha(@shadows_dark, 0.12);
 }
 spinbutton:not(.vertical) image.left, 
 entry image.left


Modified: Prof-Gnome/gtk-3.0/main-light.css
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -228,7 +228,6 @@ entry
   color: @text_color;
   
   background-color: @button_color; 
-  box-shadow: inset 0 1px 2px alpha(@shadows_dark, 0.12);
 }
 spinbutton:not(.vertical) image.left, 
 entry image.left



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