We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As we are all waiting for version 1, I decided to add some css improvements to the current version. Disclaimer: They might be ugly but work ;)
Add this to a .css file in folder /snippets:
/* make edit button smaller */ a[aria-label="Modify Task"] { font-size: 10px; } /* make priority label for medium bold and blue */ a.priority[aria-label="priority: Medium"] .label { font-weight: bold; color: rgb(183, 0, 255); } /* make priority label for medium bold and orange */ a.priority[aria-label="priority: High"] .label { font-weight: bold; color: orangered; }
Before:
After:
The text was updated successfully, but these errors were encountered:
good enhancement! you can open a pr and add this snippet to the style.css
Sorry, something went wrong.
No branches or pull requests
As we are all waiting for version 1, I decided to add some css improvements to the current version.
Disclaimer: They might be ugly but work ;)
Add this to a .css file in folder /snippets:
Before:
After:
The text was updated successfully, but these errors were encountered: