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

Styling for jsxc v4.0 of Button with div class jsxc-mam-load-more jsxc-show is white on white #124

Closed
tigexplorer opened this issue May 2, 2020 · 3 comments
Labels
Milestone

Comments

@tigexplorer
Copy link

tigexplorer commented May 2, 2020

Describe the bug
Button in the div with class jsxc-mam-load-more jsxc-show is white on white

To Reproduce
Steps to reproduce the behavior:

  1. open a JSXC message box
  2. It may appear Ältere Nachrichten laden (load old messages)
  3. this Button is white text of white background

Expected behavior
It may styled like other buttons on dark background, here in the message box

Screenshots

JSXC_Message_Box

Setup (please complete the following information):

  • Nextcloud version: [18.0.3]
  • Theme version [18.0.13]
  • Browser and browser version [Firefox 75.0]
@tigexplorer tigexplorer added the bug label May 2, 2020
@mwalbeck
Copy link
Owner

mwalbeck commented May 2, 2020

Hi,

Thanks for reporting this,

There are a few more issues related to jsxc that I'm working on over here #113 . Though I've run into a bit of issue maybe you can help with. I currently don't have an xmpp server and I had a few problems registering for a managed one that jsxc themselves provide. The reason that is important, is that this issue isn't relevant on the internal xmpp server. The is also the case for any issues with muc's currently as that isn't supported by the internal xmpp server. So thank you for provide the div class, it help with finding the correct rules to change in the original jsxc stylesheet.

Now, could I get you to download the Custom CSS app for nextcloud and add the styling below to see if that fixes it.

.jsxc-window .jsxc-mam-load-more span {
    background-color: var(--color-main-background);
}

.jsxc-window .jsxc-mam-load-more span:hover {
    background-color: var(--color-main-background);
    color: var(--color-text-active);
}

@mwalbeck
Copy link
Owner

mwalbeck commented May 2, 2020

The registration for a managed server went through this time, so I can handle the rest on my own. The fix will be in 18.0.14, probably out tomorrow.

@mwalbeck mwalbeck closed this as completed May 2, 2020
@mwalbeck mwalbeck added this to the 18.0.14 milestone May 2, 2020
@tigexplorer
Copy link
Author

Thanx for the quick fix, it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants