1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-24 23:26:50 +02:00

Desktop, Mobile: Improved: Gray out checkboxes that have been ticked inside notes

This commit is contained in:
Laurent Cozic
2019-05-17 22:41:30 +01:00
parent d60afcaabe
commit e4a08c29d7
2 changed files with 19 additions and 2 deletions

View File

@ -161,6 +161,10 @@ module.exports = function(style, options) {
color: black;
}
.checkbox-label-checked {
opacity: 0.5;
}
@media print {
body {
height: auto !important;