Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Colors in Google Mobile Version #365

Open
1 task done
LBO44 opened this issue Dec 2, 2023 · 5 comments · May be fixed by #1340
Open
1 task done

Missing Colors in Google Mobile Version #365

LBO44 opened this issue Dec 2, 2023 · 5 comments · May be fixed by #1340
Assignees
Labels

Comments

@LBO44
Copy link

LBO44 commented Dec 2, 2023

Is there an existing issue outlining your problem?

  • 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

@github-actions github-actions bot added the google Google label Dec 2, 2023
@GitMuslim GitMuslim self-assigned this Dec 3, 2023
@WmeLuna
Copy link

WmeLuna commented Dec 14, 2023

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;
}

@BredMan0
Copy link

BredMan0 commented Dec 21, 2023

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

@GitMuslim
Copy link
Member

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

@uncenter
Copy link
Member

Are you still seeing these issues @LBO44 @BredMan0?

@BredMan0
Copy link

Yes.

@somerand0mcatt somerand0mcatt linked a pull request Sep 25, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants