diff --git a/web/app/src/assets/base.css b/web/app/src/assets/base.css index d054fa4a..0c3198eb 100644 --- a/web/app/src/assets/base.css +++ b/web/app/src/assets/base.css @@ -348,8 +348,7 @@ fieldset { border-radius: var(--border-radius); } -input[type="text"], -input[type="time"] { +input[type="text"] { appearance: none; background-color: var(--color-background); border-radius: var(--border-radius); @@ -370,10 +369,6 @@ input[type="text"].is-invalid { border-color: var(--color-danger); } -input[type="time"] { - height: 37px; -} - .input-help-text { display: inline-block; color: var(--color-text-muted); diff --git a/web/app/src/components/workers/WorkerDetails.vue b/web/app/src/components/workers/WorkerDetails.vue index 2e27c490..6b9bf60f 100644 --- a/web/app/src/components/workers/WorkerDetails.vue +++ b/web/app/src/components/workers/WorkerDetails.vue @@ -59,24 +59,33 @@ -
Adjust at which time of the day (and on which days) this worker should go to sleep.
++ Adjust at which time of the day (and on which days) this worker should go to sleep. +
+