Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Fri, 05 Jul 2024 20:51:05 UTC Commit: f2554f087575fbb476c63b4ae711541beb8e84a6 https://github.com/geany/geany-osx/commit/f2554f087575fbb476c63b4ae711541beb...
Log Message: ----------- Adjust checkbox/radio vertical alignment
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, 2 insertions(+), 2 deletions(-) =================================================================== @@ -3623,7 +3623,7 @@ radio:hover background-image: linear-gradient(to top,@button_color,shade(@button_color,0.97)); background-color: transparent; color: alpha(@text_color,0.9); - margin: 0 6px 2px 6px; + margin: 0 6px 1px 6px; min-height:12px; min-width: 12px; -gtk-icon-source: none; @@ -3846,7 +3846,7 @@ check:hover border: 1px solid; border-radius: 4px; color: alpha(@text_color,0.9); - margin: 0 6px 2px 6px; + margin: 0 6px 1px 6px; min-height: 12px; min-width: 12px; border-color: shade(@borders,0.9);
Modified: Prof-Gnome/gtk-3.0/main-light.css 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -3615,7 +3615,7 @@ radio:hover background-image: linear-gradient(to top,@button_color,shade(@button_color,0.97)); background-color: transparent; color: alpha(@text_color,0.9); - margin: 0 6px 2px 6px; + margin: 0 6px 1px 6px; min-height:12px; min-width: 12px; -gtk-icon-source: none; @@ -3838,7 +3838,7 @@ check:hover border: 1px solid; border-radius: 4px; color: alpha(@text_color,0.9); - margin: 0 6px 2px 6px; + margin: 0 6px 1px 6px; min-height: 12px; min-width: 12px; border-color: shade(@borders,0.9);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).