mirror of
https://github.com/zadam/trilium.git
synced 2026-01-16 11:34:25 +01:00
26 lines
501 B
CSS
26 lines
501 B
CSS
.sync-status {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.sync-status .sync-status-icon {
|
|
display: inline-block;
|
|
position: relative;
|
|
top: -5px;
|
|
font-size: 110%;
|
|
}
|
|
|
|
.sync-status .sync-status-sub-icon {
|
|
font-size: 40%;
|
|
position: absolute;
|
|
inset-inline-start: 0;
|
|
top: 16px;
|
|
}
|
|
|
|
.sync-status .sync-status-icon span {
|
|
border: none !important;
|
|
}
|
|
|
|
.sync-status-icon:not(.sync-status-in-progress):hover {
|
|
background-color: var(--hover-item-background-color);
|
|
cursor: pointer;
|
|
} |