From 81b6fec57f045b191f3148ce312e888fe400a186 Mon Sep 17 00:00:00 2001 From: liuhong Date: Mon, 26 Dec 2022 00:53:49 +0000 Subject: [PATCH] * Fix bug #30899. --- module/bug/css/create.css | 1 + 1 file changed, 1 insertion(+) diff --git a/module/bug/css/create.css b/module/bug/css/create.css index f7b68c49fb..67af16fbeb 100644 --- a/module/bug/css/create.css +++ b/module/bug/css/create.css @@ -49,6 +49,7 @@ html[lang='de'] #keywordsAddonLabel, .task {width: 73px;} #osBox {width: 190px;} #projectBox .required:after {right: 1px;} #branch_chosen {min-width: 90px;} +#branch_chosen.chosen-container-active .chosen-single{border-left-color: #2e7fff !important;} #notifyEmailTd .input-group-addon, #deadlineTd .input-group-addon {border-radius: 2px 0px 2px 0px !important;} #feedback.input-group + #notifyEmailLabel {position: relative; width: 50%; left: 48%;}