diff --git a/share/themes/Kali-Dark/gtk-3.0/gtk.css b/share/themes/Kali-Dark/gtk-3.0/gtk.css index 51c9aad7..a27a9e08 100644 --- a/share/themes/Kali-Dark/gtk-3.0/gtk.css +++ b/share/themes/Kali-Dark/gtk-3.0/gtk.css @@ -5179,6 +5179,8 @@ wnck-pager { border-color: rgba(35, 37, 46, 0.3); min-height: 32px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 1px 2px rgba(0, 0, 0, 0.4); } + .lightdm-gtk-greeter #login_window entry image { + margin: 0; } .lightdm-gtk-greeter #login_window #buttonbox_frame { padding-top: 20px; background: #23252e; diff --git a/share/themes/Kali-Light/gtk-3.0/gtk-dark.css b/share/themes/Kali-Light/gtk-3.0/gtk-dark.css index 51c9aad7..a27a9e08 100644 --- a/share/themes/Kali-Light/gtk-3.0/gtk-dark.css +++ b/share/themes/Kali-Light/gtk-3.0/gtk-dark.css @@ -5179,6 +5179,8 @@ wnck-pager { border-color: rgba(35, 37, 46, 0.3); min-height: 32px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 1px 2px rgba(0, 0, 0, 0.4); } + .lightdm-gtk-greeter #login_window entry image { + margin: 0; } .lightdm-gtk-greeter #login_window #buttonbox_frame { padding-top: 20px; background: #23252e; diff --git a/share/themes/Kali-Light/gtk-3.0/gtk.css b/share/themes/Kali-Light/gtk-3.0/gtk.css index 7ab91ab0..44a70db3 100644 --- a/share/themes/Kali-Light/gtk-3.0/gtk.css +++ b/share/themes/Kali-Light/gtk-3.0/gtk.css @@ -5201,6 +5201,8 @@ wnck-pager { border-color: rgba(255, 255, 255, 0.3); min-height: 32px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 1px 2px rgba(0, 0, 0, 0.2); } + .lightdm-gtk-greeter #login_window entry image { + margin: 0; } .lightdm-gtk-greeter #login_window #buttonbox_frame { padding-top: 20px; background: #ffffff; diff --git a/src/themes/Kali/sass/gtk-sass/_applications.scss b/src/themes/Kali/sass/gtk-sass/_applications.scss index 764b5f3b..dea48c53 100644 --- a/src/themes/Kali/sass/gtk-sass/_applications.scss +++ b/src/themes/Kali/sass/gtk-sass/_applications.scss @@ -76,6 +76,8 @@ wnck-pager { min-height: 32px; box-shadow: inset 0 1px transparentize(white, .95), 0 1px 2px opacify($shadow_color, 0.1); + + image { margin: 0; } } #buttonbox_frame {