[geany/geany-osx] 126e01: Improve appearance of file open dialogs

Jiří Techet git-noreply at xxxxx
Sun Jan 9 21:17:42 UTC 2022


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sun, 09 Jan 2022 21:17:42 UTC
Commit:      126e017c02b2f1d1c8a2dc93bbcd6a26f843a717
             https://github.com/geany/geany-osx/commit/126e017c02b2f1d1c8a2dc93bbcd6a26f843a717

Log Message:
-----------
Improve appearance of file open dialogs


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
40 lines changed, 0 insertions(+), 40 deletions(-)
===================================================================
@@ -666,37 +666,6 @@ button:disabled
     
          box-shadow: none;
 }
-filechooser actionbar entry, 
-filechooser actionbar button,  
-headerbar entry,
-headerbar button
-{
-             border: 1px solid;
-              color: @headerbar_text_color;
-        
-       border-color: shade(@headerbar_button_color,0.9); 
-border-bottom-color: shade(@headerbar_button_color,0.8);
-   
-         box-shadow: inset 0 1px shade(@headerbar_button_color,1.3),
-                           0 1px 2px rgba(0, 0, 0, 0.07);
-   background-image: linear-gradient(to top, shade(@headerbar_button_color,1.05), 
-                                             shade(@headerbar_button_color,1.2));
-}
-filechooser actionbar entry:hover, 
-filechooser actionbar button:hover,
-headerbar button:hover
-{ 
-              color: @headerbar_text_color;
-        
-       border-color: shade(@headerbar_button_color,0.9); 
-border-bottom-color: shade(@headerbar_button_color,0.8);
-   
-         box-shadow: inset 0 1px shade(@headerbar_button_color,1.3),
-                           0 1px 2px rgba(0, 0, 0, 0.07);
-   background-image: linear-gradient(to top, shade(@headerbar_button_color,1.15),
-                                             shade(@headerbar_button_color,1.3));
-  -gtk-icon-effect: highlight;
-}  
 headerbar button:checked
 {
               color: @headerbar_text_color;
@@ -6612,15 +6581,6 @@ window.background.csd > box.vertical > scrolledwindow > iconview.view.content-vi
 filechooser placessidebar.sidebar
 {
   background-color:shade(@sidebar_bg_color,1);
-  background-image: linear-gradient(to top, transparent,
-                                            alpha(@shadows_dark,0.03),
-                                            alpha(@shadows_dark,0.06),
-                                            alpha(@shadows_dark,0.08),
-                                            alpha(@shadows_dark,0.08),
-                                            alpha(@shadows_dark,0.08),
-                                            alpha(@shadows_dark,0.06),
-                                            alpha(@shadows_dark,0.03),
-                                            transparent);
   border-radius: 0;
 } 
 .nautilus-window placessidebar.sidebar


Modified: Prof-Gnome/gtk-3.0/main-light.css
36 lines changed, 0 insertions(+), 36 deletions(-)
===================================================================
@@ -664,37 +664,6 @@ button:disabled
     
          box-shadow: none;
 }
-filechooser actionbar entry, 
-filechooser actionbar button,  
-headerbar entry,
-headerbar button
-{
-             border: 1px solid;
-              color: @headerbar_text_color;
-        
-       border-color: shade(@headerbar_color,0.9); 
-border-bottom-color: shade(@headerbar_color,0.8);
-   
-         box-shadow: inset 0 1px shade(@headerbar_color,1.3),
-                           0 1px 2px rgba(0, 0, 0, 0.07);
-   background-image: linear-gradient(to top, shade(@headerbar_color,1.05), 
-                                             shade(@headerbar_color,1.2));
-}
-filechooser actionbar entry:hover, 
-filechooser actionbar button:hover,
-headerbar button:hover
-{ 
-              color: @headerbar_text_color;
-        
-       border-color: shade(@headerbar_color,0.9); 
-border-bottom-color: shade(@headerbar_color,0.8);
-   
-         box-shadow: inset 0 1px shade(@headerbar_color,1.3),
-                           0 1px 2px rgba(0, 0, 0, 0.07);
-   background-image: linear-gradient(to top, shade(@headerbar_color,1.15),
-                                             shade(@headerbar_color,1.3));
-   -gtk-icon-effect: highlight; 
-}  
 headerbar button:checked
 {
               color: @headerbar_text_color;
@@ -6594,11 +6563,6 @@ window.background.csd > box.vertical > scrolledwindow > iconview.view.content-vi
 }
 filechooser placessidebar.sidebar
 {
-  background-image: linear-gradient(to top, transparent,
-                                            alpha(@text_color,0.1),
-                                            alpha(@text_color,0.2), 
-                                            alpha(@text_color,0.1),
-                                            transparent);
   background-color: @sidebar_bg_color;
      border-radius: 0;
      



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