Checked Item Custom userchrome.css

Operating system

Linux

Joplin version

3.2.6

Desktop version info

Joplin 3.2.6 (prod, linux)

ID do cliente: 0844bf4c3b394aeeb9790b63655e4293
Versão Sync: 3
Versão do Perfil: 47
Keychain Suportada: Não

Revisão: 40914be

Backup: 1.4.2
Freehand Drawing: 2.13.0
Markdown Table: Sortable: 1.2.2
Menu items, Shortcuts, Toolbar icons: 1.1.0
Note Tabs: 1.4.0
Quick Links: 1.3.2
Rich Markdown: 0.15.1

Sync target

File system

Editor

Markdown Editor

What issue do you have?

I updated from 3.0.x. to 3.2.6 of Joplin. My custom css in userchrome does not work anymore.

How can I change the style of crossed items?
I tried several identifiers, but somehow they dont work. Unfortunately the new Joplin version makes it really hard for me to see, which items have already been checked in the editor.

PS: This was my old code:

div.cm-unorderedList + span.cm-rm-checkbox ~ span.cm-rm-checkbox {
	text-decoration: line-through;
	opacity: 0.4;
}

I have tried something like this, which does not work however:

.cm-taskMarker span:contains('[x]') {
	text-decoration: line-through;
	opacity: 0.4;
}
.cm-taskMarker span:contains('[x]') + span {
	text-decoration: line-through;
	opacity: 0.4;
}

I am looking for something like this also for 3.2.6.... can someone help me?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.