[geany/geany-osx] 961e9f: Adjust radio buttons and check buttons to look more macOS-like

Jiří Techet git-noreply at xxxxx
Tue Nov 16 18:03:14 UTC 2021


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Tue, 16 Nov 2021 18:03:14 UTC
Commit:      961e9f241d094228830f069a625c553ae6144d45
             https://github.com/geany/geany-osx/commit/961e9f241d094228830f069a625c553ae6144d45

Log Message:
-----------
Adjust radio buttons and check buttons to look more macOS-like


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

Modified: Prof-Gnome/gtk-dark.css
12 lines changed, 6 insertions(+), 6 deletions(-)
===================================================================
@@ -5209,9 +5209,9 @@ radio:checked:hover{
   color: white;
   -gtk-icon-source: image(-gtk-recolor(url("graphics/bullet-symbolic.svg")));
   -gtk-icon-transform: scale(1.0);
-  -gtk-icon-shadow: 0 1px rgba(0,0,0,0.7);
-  border-color: #0b4082; 
-  background-image: linear-gradient(to bottom,#0b4082,#15539e);}
+  /*-gtk-icon-shadow: 0 1px rgba(0,0,0,0.7);*/
+  border-color: #15539e; 
+  background-image: image(#15539e);}
 
 radio:checked:disabled{
 
@@ -5267,11 +5267,11 @@ check:active{
   min-width:0.9625rem;/*1.1rem 16px;*/
   color: #ffffff;
   outline-color: rgba(46, 52, 54, 0.0);
-  border-color: #0b4082;
-  background-image: linear-gradient(to bottom,#0b4082,#15539e);
+  border-color: #15539e;
+  background-image: image(#15539e);
   box-shadow: none;
   text-shadow: none;
-  -gtk-icon-shadow: 0 1px rgba(0,0,0,0.7); }
+  /*-gtk-icon-shadow: 0 1px rgba(0,0,0,0.7);*/ }
 
 check:disabled, 
 radio:disabled { 


Modified: Prof-Gnome/gtk.css
12 lines changed, 6 insertions(+), 6 deletions(-)
===================================================================
@@ -4010,9 +4010,9 @@ radio:checked:hover{
   color: white;
   -gtk-icon-source: image(-gtk-recolor(url("graphics/bullet-symbolic.svg")));
   -gtk-icon-transform: scale(1.0);
-  -gtk-icon-shadow: 0 1px rgba(0,0,0,0.7);
-  border-color: #1f4c83; 
-  background-image: linear-gradient(to bottom,#2170d2,#659adc);}
+  /*-gtk-icon-shadow: 0 1px rgba(0,0,0,0.7);*/
+  border-color: #3584e4; 
+  background-image: image(#3584e4);}
 
 radio:checked:disabled{
 
@@ -4069,11 +4069,11 @@ check:active{
   min-width:0.9625rem;/*1.1rem 16px;*/
   color: #ffffff;
   outline-color: rgba(46, 52, 54, 0.0);
-  border-color: #1f4c83;
-  background-image: linear-gradient(to bottom,#2170d2,#659adc);
+  border-color: #3584e4;
+  background-image: image(#3584e4);
   box-shadow: none;
   text-shadow: none;
-  -gtk-icon-shadow: 0 1px rgba(0,0,0,0.7); }
+  /*-gtk-icon-shadow: 0 1px rgba(0,0,0,0.7);*/ }
 
 check:disabled, 
 radio: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