HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Keystone theme + editor.fullpage = bad idea. Can help?

JJCodeJJCode New
edited November 2021 in Vanilla 3.x Help

When I want to go fullpage editor, get this:

Then I change want toggle dark mode and MAGIC:

Buttons apear, but at light mode it doesn't show. How to fix it?

Tagged:

Comments

  • Options
    KasparKaspar Moderator

    Some CSS adjustment.

    Create a user and PM me login info and forum link then I will take a look tomorrow.

  • Options
    KasparKaspar Moderator
    edited November 2021

    Issue might have solved it self with some auto clearance of cache after theme change or only be an issue in certain browsers (I tested with Chrome and Firefox and got this result)


    Left is 'as-is' - on the right I have changed color to black

    This seems to affect every visible element

    .editor .icon {
        color: black;
    }
    

    you can apply it with

    https://open.vanillaforums.com/addon/cssedit-plugin


    It does not affect the flyout dropdowns though


    here is an example of one


    .MenuItems .editor-action:not(.editor-action-separator) {
        color: blue!important;
    }
    

    [the '!important' is required here]


    you can of course change the color to you liking

    Let me know if you still have issues.

    If it is a specific element of the editor please show it with a screenshot and include which browser you experience it with.

Sign In or Register to comment.