From 8cae97da93dc45f50206fcf87bb5d29b43274770 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 23 Oct 2018 17:02:32 +0800 Subject: [PATCH] * change border for product chosen with branch. --- module/story/css/edit.css | 1 + 1 file changed, 1 insertion(+) diff --git a/module/story/css/edit.css b/module/story/css/edit.css index 325971cb2f..74471168c0 100644 --- a/module/story/css/edit.css +++ b/module/story/css/edit.css @@ -1 +1,2 @@ #product_chosen .chosen-single{border-right-width:1px} +#branch_chosen .chosen-single{border-left-width:0px;}