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

Allow to reuse the style outside of the terminal #731

Closed
jcubic opened this issue Jan 6, 2022 · 1 comment
Closed

Allow to reuse the style outside of the terminal #731

jcubic opened this issue Jan 6, 2022 · 1 comment
Labels
feature resolved if issue is resolved, it will be open until merge with master

Comments

@jcubic
Copy link
Owner

jcubic commented Jan 6, 2022

I have an idea for a new feature for jQuery Terminal

So the idea is to allow to use the same style on elements that are not part of the terminal. Like footer floated above the terminal.

<div id="term">
</div>
<footer class="terminal ...">
   Copyright (C) <a href="...">J. Random Hacker</a>
</footer>

so all custom styles should also be added to .terminal.???, I'm not sure how to name that other class. Maybe .terminal.standalone

@jcubic jcubic added the feature label Jan 6, 2022
@jcubic
Copy link
Owner Author

jcubic commented Feb 9, 2022

Maybe .terminal.external

@jcubic jcubic added the resolved if issue is resolved, it will be open until merge with master label Feb 9, 2022
jcubic added a commit that referenced this issue Feb 9, 2022
@jcubic jcubic closed this as completed Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature resolved if issue is resolved, it will be open until merge with master
Projects
None yet
Development

No branches or pull requests

1 participant