From 44e42e9fd103ffec1bedafa0d8962c2f8479d097 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Mon, 29 Aug 2022 13:10:11 +0800 Subject: [PATCH] * Fix bug #25942. --- module/program/css/create.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/program/css/create.css b/module/program/css/create.css index a516ac8d96..b17cb51eb4 100644 --- a/module/program/css/create.css +++ b/module/program/css/create.css @@ -1,5 +1,7 @@ #budget {border-right: 0px;} +#budget:focus {border-right: 1px solid #0c64eb;} #budgetUnit {border-left: 0px;} +#budgetUnit:focus {border-left: 1px solid #0c64eb;} #dateRange, .futureBox {vertical-align: top !important; padding-top: 13px !important;} #endList {vertical-align: top; padding-top: 13px;} [lang^=en] #endList {vertical-align: top; padding-top: 20px;}