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

Explosive Note #203

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Explosive Note #203

wants to merge 3 commits into from

Conversation

robertmooijman
Copy link

I have forked and extended the WRAP plugin with an option to display an 'explosive' warning note. This is a quite common warning designation in our line of work and I found to be still missing in the current plugin. Could be an interesting addition to the plugin for everyone.

Capture

@@ -119,7 +129,7 @@ span.wrap_help { background-image: url(images/note/16/help.png); }
/*____________ todo ____________*/
.wrap_todo { background-color: #c2efdd; }
.wrap__dark.wrap_todo { background-color: #17573e; }
div.wrap_todo { background-image: url(images/note/48/todo.png); }
div.wrap_todo { background-image: url(images/note/48/explosive.png); }
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may be unintended?

Suggested change
div.wrap_todo { background-image: url(images/note/48/explosive.png); }
div.wrap_todo { background-image: url(images/note/48/todo.png); }

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

Successfully merging this pull request may close these issues.

2 participants