Hi guys,
I am writing a css scrip to make confluence RTL, does anyone have an idea on how to do this for the Task List option.
even just the name of the macro in css will help me a lot.
any help will be mush appreciated,
thanks in advance!
Hi
You can use this:
.wiki-content ul.inline-task-list>li {
line-height: 30px;
text-align: right;
direction: rtl;
padding-right: 18px;
background-position: right 6px;
But unfortunately you are not able to checked and unchecked items in list. If you find any solution, please share it here.
Hey
I found
.wiki-content ul.inline-task-list>li {
but I think without the li, it would work?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.