userstyles icon indicating copy to clipboard operation
userstyles copied to clipboard

Missing Colors in Google Mobile Version

Open LBO44 opened this issue 2 years ago • 5 comments

Is there an existing issue outlining your problem?

  • [X] I have searched the existing issues and they do not solve my problem.

What userstyles are you seeing the problem on?

lbl:google

Describe your problem.

Google userstyle is not fully completed for the mobile version of Google, a lot of elements have the default color.

Attach screenshots.

Screenshot_2023-12-02-14-38-18-392_com kiwibrowser browser-edit Screenshot_2023-12-02-14-37-52-674_com kiwibrowser browser-edit

What browser(s) are you seeing the problem on?

Kiwi Browser 120.0.X

Any additional comments?

No response

LBO44 avatar Dec 02 '23 13:12 LBO44

And on desktop, here is a few with fixes for each

Search Header

image

.rfiSsc {
 padding-top: revert;
 background: revert;
}

Some search results

image

g-inner-card {
 background-color:revert;
}

Pinned Search form (when you scroll down) image

#searchform {
 background: /*idk what color would be good for this */
}

X more images

image

/* copied from "More results" button */
.ZFiwCf{
 background: #313244;
}
.Bi9oQd {
 background-color: #585b70;
}

All filters

image

/* this is existing userstyle code just with !important added*/
body .fKmH1e:hover {
    background-color: #313244 !important;
    border-color: #45475a;
}

WmeLuna avatar Dec 14 '23 23:12 WmeLuna

Same issue here, could someone please release an update to the repository?

BredMan0 avatar Dec 21 '23 17:12 BredMan0

I'm just a bit busy recently, I'll try to update it soon

mustafa-archived avatar Dec 22 '23 21:12 mustafa-archived

Are you still seeing these issues @LBO44 @BredMan0?

uncenter avatar Jun 30 '24 15:06 uncenter

Yes.

BredMan0 avatar Jun 30 '24 16:06 BredMan0