mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
* fixed no context menu button in Safari
This commit is contained in:
parent
8012f59f73
commit
53396fee80
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ li.task-completed .task-actions a { color:#7070ff; }
|
|||
li.task-completed { opacity:0.8; }
|
||||
li.task-completed .mtt-toggle { opacity:0.8; }
|
||||
|
||||
a.taskactionbtn { text-decoration:none; padding-left:15px; background:url(images/arrbtn_bw.gif) no-repeat bottom left; }
|
||||
a.taskactionbtn { display:block; float:right; height:16px; width:16px; text-decoration:none; background:url(images/arrbtn_bw.gif) no-repeat bottom left; }
|
||||
li:hover a.taskactionbtn { background-image:url(images/arrbtn.gif); }
|
||||
|
||||
#tasklist.filter-past li, #tasklist.filter-today li, #tasklist.filter-soon li { display:none; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue