mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
* full opacity of completed tasks on its hover
This commit is contained in:
parent
66e4d8f832
commit
9a947d9f08
1 changed files with 2 additions and 1 deletions
|
|
@ -174,7 +174,8 @@ li.task-completed .duedate { /*font-size:0.8em;*/ display:none; }
|
|||
#tasklist li.past .duedate { color:#A52A2A; }
|
||||
li.task-completed .task-middle { text-decoration:line-through; color:#777777;}
|
||||
li.task-completed .task-date, li.task-completed .task-date-completed, li.task-completed .task-title a { color:#777777; }
|
||||
li.task-completed { opacity:0.7; filter: alpha(opacity=70); }
|
||||
#tasklist li.task-completed { opacity:0.6; filter:alpha(opacity=60); }
|
||||
#tasklist li.task-completed:hover { opacity:1.0; filter:alpha(opacity=100); }
|
||||
li.not-in-tagpreview { opacity:0.1; filter: alpha(opacity=10); }
|
||||
#tasklist li.mtt-task-placeholder {
|
||||
min-height:0px; padding:0px; height:18px; line-height:18px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue