Skip to content

Commit 93480f4

Browse files
authored
Merge pull request #391 from ProgressPlanner/filip/task-styling
Title should be italic for RR tasks which are checked automatically
2 parents c0cbc28 + 86cef31 commit 93480f4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

assets/css/page-widgets/suggested-tasks.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,14 @@
129129
}
130130
}
131131

132+
/* If task has disabled checkbox it's title should be italic. */
133+
.prpl-suggested-task:has(.prpl-suggested-task-disabled-checkbox-tooltip) {
134+
135+
h3 {
136+
font-style: italic;
137+
}
138+
}
139+
132140
/* Disabled checkbox styles. */
133141
.prpl-suggested-task-disabled-checkbox-tooltip {
134142

0 commit comments

Comments
 (0)