From dbb7a17464d4a2f146a97c3813b643d1af729ce8 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 26 Oct 2022 15:30:11 +0800 Subject: [PATCH] * Finish task #73746. --- module/block/view/todoblock.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/block/view/todoblock.html.php b/module/block/view/todoblock.html.php index 0d55c6ba63..14ca2a4f1d 100644 --- a/module/block/view/todoblock.html.php +++ b/module/block/view/todoblock.html.php @@ -39,7 +39,7 @@ if(!$selfCall) die(include('./todolist.html.php')); .block-todoes .label-todo {width: 50px; min-width: 50px!important; border: none; color: #43A047;} .block-todoes .todo-title.text-ellipsis {text-overflow: unset;} [lang^='en'] .block-todoes .todo-pri {width: 60px; min-width: 60px;} -.block-todoes .todoes-input .todo-form-trigger > button {width: 100%;} +.block-todoes .todoes-input .todo-form-trigger > .btn-info {width: 100%; opacity: 0.8; margin-left: 10px;}