diff --git a/module/execution/css/story.css b/module/execution/css/story.css index 3c75842a66..9213919db3 100644 --- a/module/execution/css/story.css +++ b/module/execution/css/story.css @@ -20,3 +20,4 @@ th.c-pri{width:50px;} .switchBtn {background-color: #fff !important;} .switchBtn > i {padding-left: 7px;} #main>.container {padding: 0 20px 20px 23px;} +#executionStoryForm table tbody tr td.c-actions .dividing-line {width: 1px; height: 16px; display: inline-block; vertical-align: middle; background: #EDEEF2; margin: 0 4px 0 0;} diff --git a/module/product/view/browse.html.php b/module/product/view/browse.html.php index bc8f27eac6..fafa8067c9 100644 --- a/module/product/view/browse.html.php +++ b/module/product/view/browse.html.php @@ -43,7 +43,7 @@ $projectIDParam = $isProjectStory ? "projectID=$projectID&" : ''; .btn-group button.dropdown-toggle.btn-secondary, .btn-group button.dropdown-toggle.btn-primary {padding:6px;} #productStoryForm table tbody tr td.c-actions {overflow: visible;} -#productStoryForm table tbody tr td.c-actions .dividing-line {width: 1px; height: 16px; display: inline-block; vertical-align: middle; background: #E4E4E4; margin: 0 4px 0 0;} +#productStoryForm table tbody tr td.c-actions .dividing-line {width: 1px; height: 16px; display: inline-block; vertical-align: middle; background: #EDEEF2; margin: 0 4px 0 0;}