mirror of
https://github.com/zadam/trilium.git
synced 2025-12-17 05:39:55 +01:00
Merge branch 'main' into main
This commit is contained in:
@@ -2461,7 +2461,7 @@ footer.webview-footer button {
|
|||||||
transition: opacity 200ms ease;
|
transition: opacity 200ms ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ck-content ul.todo-list li:has(input[type="checkbox"]:checked) span.todo-list__label__description {
|
.ck-content ul.todo-list li:has(> span.todo-list__label input[type="checkbox"]:checked) > span.todo-list__label span.todo-list__label__description {
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
top: 3px;
|
top: 3px;
|
||||||
inset-inline-start: 2px;
|
inset-inline-start: 2px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: black;
|
color: var(--light-theme-custom-color, black);
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
@@ -79,4 +79,4 @@ body[dir=rtl] .geo-map-container .leaflet-div-icon .title-label {
|
|||||||
.geo-map-container.dark .leaflet-div-icon .title-label {
|
.geo-map-container.dark .leaflet-div-icon .title-label {
|
||||||
color: white;
|
color: white;
|
||||||
text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
|
text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user