I am using the adwaita light theme
When I press any key on the virtual keyboard in the login screen, all the buttons(keys) have a shadow for the pressed effect. I am trying to remove the shadow.
I tried adding removing the shadow in the main.rc sty;e "button" but that did not change the behavior.
engine "pixmap"
{
image {
function = SHADOW
}
}
any suggestions would be really appreciated!
Thanks!
Hi @AshtonMartin,
I am using the adwaita light theme
I believe you meant "Yaru light", right?
Yes. The code I am trying to modify is in yaru/gtk/src/light/gtk-2.0/main.rc
When I press any key on the virtual keyboard in the login screen, all the buttons(keys) have a shadow for the pressed effect. I am trying to remove the shadow.
screen keyboard style is defined in gnome-shell/.../_common.scss.
What's the reason you want to remove it?
The fix for that won't be in the GTK2 theme files, the virtual keyboard uses a couple SVG assets that are found in the yaru/gnome-shell/src and the colors used are defined in yaru/gnome-shell/src/gnome-shell-sass/_common.scss
The onscreen keyboard got an overhaul with the last GNOME release so they actually need to be updated still, both the colors used in the _common.scss file and maybe the SVGs.
Edited as I commented without doing enough research.
@godlyranchdressing, I tested the on screen keyboard, but it looks good to me. Could you show me what's the problem?
@clobrano Whoops, I only just saw your post.

I'm still on 18.04 if that matters though, maybe it looks different on your system.
sorry @godlyranchdressing, I still don't get what the problem is :(
@clobrano that's what the keyboard looks like on Adwaita, it doesn't match the rest of the theme. Adwaita's/GNOME's touchscreen keyboard updated while we were working on Yaru so its styling was overwritten by upstream.
@godlyranchdressing, I see now, but it doesn't seem the same problem this bug is talking about
@AshtonMartin could you take a screenshoot of the on screen keyboard with the issue? If it's the same you see in login screen you can use the gnome screenshot tool, if in the login screen the keyboard is different, please take a picture with a camera/phone at least
Thanks
@godlyranchdressing Shall we create a separate issue for the styling mismatch?


@madsrh Yeah, I think so. I thought maybe @AshtonMartin was seeing the shadow from the unstyled Adwaita keyboard but now I'm really lost to be honest. :sweat_smile:
I think @godlyranchdressing did a great job and I didn't find any more issues in the new style. Anyone against closing this?