Update ashboard, dashboard (~3)
This commit is contained in:
@@ -741,9 +741,9 @@
|
||||
.todo-item.done { opacity: 0.6; }
|
||||
.todo-item.done .todo-text { text-decoration: line-through; }
|
||||
.todo-checkbox {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border: 2px solid var(--border-color);
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
border: 2px solid #6b7280;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
@@ -751,8 +751,9 @@
|
||||
justify-content: center;
|
||||
flex-shrink: 0;
|
||||
transition: all 0.2s;
|
||||
background: transparent;
|
||||
}
|
||||
.todo-checkbox:hover { border-color: #8b5cf6; }
|
||||
.todo-checkbox:hover { border-color: #8b5cf6; background: rgba(139, 92, 246, 0.1); }
|
||||
.todo-checkbox.checked {
|
||||
background: #8b5cf6;
|
||||
border-color: #8b5cf6;
|
||||
|
||||
Reference in New Issue
Block a user