* modify color about task #68933

This commit is contained in:
wangzemei
2022-09-14 06:47:28 +00:00
parent 95e6b99345
commit a4b48d2235
+2 -2
View File
@@ -32,12 +32,12 @@
.btn-group a.btn-secondary, .btn-group a.btn-primary {border-right: 1px solid rgba(255,255,255,0.2);}
.btn-group button.dropdown-toggle.btn-secondary, .btn-group button.dropdown-toggle.btn-primary {padding:6px;}
.export {margin-left: 0px !important;}
#storyList .c-title { border-right: 1px solid #ededed;}
#storyList .c-title { border-right: 1px solid #F2F4F7;}
#storyList .c-pri,
#storyList .c-openedBy,
#storyList .c-stage,
#storyList .c-taskCount,
#storyList .c-actions { border-left: 1px solid #ededed;}
#storyList .c-actions { border-left: 1px solid #F2F4F7;}
</style>
<?php $isAllModules = (!empty($module->name) or !empty($product->name) or !empty($branch)) ? false : true;?>
<?php $sidebarName = $lang->tree->all;?>