From a0f336ca677db0c2099d5cb4a4d9d604e989d7d7 Mon Sep 17 00:00:00 2001 From: bel Date: Thu, 12 Mar 2020 04:36:36 +0000 Subject: [PATCH] CSS but not lighter for mobile --- public/index.html | 3 +- public/themes/default/pda.css | 74 +++++++++++++++++++++++++++++++++ public/themes/default/style.css | 5 +++ 3 files changed, 81 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 2c8eeae..78d57af 100755 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,8 @@ todo breel - + + diff --git a/public/themes/default/pda.css b/public/themes/default/pda.css index 3599855..9facd93 100755 --- a/public/themes/default/pda.css +++ b/public/themes/default/pda.css @@ -188,3 +188,77 @@ h3 { .mtt-notes-showhide { display: none; } + +body { + background-color: maroon; +} + +.mtt-tab { + display: none; +} + +.mtt-tabs-selected { + display: block; +} + +#taskview , +#bar , +br[clear="all"] , +#task_placeholder > span , +#mtt_body > h2:first-child { + display: none !important; +} +#toolbar , +#taskcontainer { + z-index: 15; +} +#taskcontainer { + position: fixed; + top: 6em; + left: 0; + right: 0; + bottom: 0; + overflow-y: scroll; +} + +@media +(min-resolution: 192dpi) and (min-device-width: 350px) { + body { + font-size: 320%; + background-color: navy; + overflow: hidden; + } + input[type="checkbox"] , + input[type="button"] , + .taskactionbtn , + input[type="submit"] { + transform: scale(6.4); + z-index: 999; + } + .taskactionbtn { + margin-right: 1em; + } + .form-row > input { + transform: none; + } + .list-action , + .mtt-tabs-add-button > span , + .mtt-img-button , + .mtt-searchbox-icon , + .mtt-taskbox-icon { + transform: scale(2.1); + } + #tabs_buttons , + #tabs_buttons > .mtt-tabs-select-button { + transform: scale(2.5); + } + #taskcontainer { + top: 3.7em; + } + input[type="checkbox"] { + margin-left: .7em; + } + .task-date { + display: none !important; + } +} diff --git a/public/themes/default/style.css b/public/themes/default/style.css index 65ad679..4b4ee0e 100755 --- a/public/themes/default/style.css +++ b/public/themes/default/style.css @@ -1368,3 +1368,8 @@ li.mtt-item-hidden { min-width: 350px; } body { filter: invert(80%); background-color: #222; } +#newtask_adv , +#tagcloudbtn , +#settings { + display: none; +}