Remove maintenance feature
This commit is contained in:
74
style.css
74
style.css
@@ -724,7 +724,7 @@ div.luxtools-calendar
|
||||
/* ============================================================
|
||||
* Calendar Widget Indicators
|
||||
* Colored corner markers showing which slots have events on a day.
|
||||
* Positions: general=top-left, maintenance=top-right,
|
||||
* Positions: general=top-left, slot2=top-right,
|
||||
* slot3=bottom-right, slot4=bottom-left (clockwise)
|
||||
* ============================================================ */
|
||||
div.luxtools-calendar td.luxtools-calendar-day {
|
||||
@@ -926,78 +926,6 @@ div.luxtools-chronological-events li[data-luxtools-event] .luxtools-event-time {
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
|
||||
/* ============================================================
|
||||
* Maintenance Tasks
|
||||
* ============================================================ */
|
||||
div.luxtools-chronological-maintenance li {
|
||||
border-left-color: #e67e22;
|
||||
}
|
||||
|
||||
li.luxtools-maintenance-task.luxtools-task-completed {
|
||||
opacity: 0.5;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
button.luxtools-task-action,
|
||||
button.luxtools-task-complete-btn {
|
||||
margin-left: 0.5em;
|
||||
padding: 0.15em 0.5em;
|
||||
font-size: 0.85em;
|
||||
border: 1px solid @ini_border;
|
||||
border-radius: 0.2em;
|
||||
background-color: @ini_background_alt;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button.luxtools-task-action:hover,
|
||||
button.luxtools-task-complete-btn:hover {
|
||||
background-color: @ini_highlight;
|
||||
}
|
||||
|
||||
button.luxtools-task-action:disabled,
|
||||
button.luxtools-task-complete-btn:disabled {
|
||||
opacity: 0.5;
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
/* ============================================================
|
||||
* Maintenance Task List (syntax plugin)
|
||||
* ============================================================ */
|
||||
div.luxtools-maintenance-tasks {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
ul.luxtools-maintenance-task-list {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
ul.luxtools-maintenance-task-list li {
|
||||
padding: 0.35em 0.5em;
|
||||
margin: 0.25em 0;
|
||||
border-left: 3px solid #e67e22;
|
||||
}
|
||||
|
||||
li.luxtools-task-overdue .luxtools-task-date {
|
||||
color: #c0392b;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.luxtools-task-date {
|
||||
font-family: monospace;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
.luxtools-task-time {
|
||||
font-weight: bold;
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
|
||||
.luxtools-maintenance-task-item.luxtools-task-completed {
|
||||
opacity: 0.5;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
/* ============================================================
|
||||
* Event Popup (content-specific styles – structural dialog
|
||||
* styles live in dialog.css)
|
||||
|
||||
Reference in New Issue
Block a user