mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
- dont show edit task button in taskviewer in readonly mode
This commit is contained in:
parent
dd4c38438b
commit
4356dd2c62
1 changed files with 3 additions and 0 deletions
|
|
@ -911,6 +911,9 @@ textarea.form-input.inmax {
|
|||
flex-wrap: wrap;
|
||||
max-width: 100%;
|
||||
}
|
||||
#mtt.readonly #taskviewer_edit_btn {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* autocomplete */
|
||||
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue