* Code for program browse icon.
This commit is contained in:
2
module/program/css/browse.css
Normal file → Executable file
2
module/program/css/browse.css
Normal file → Executable file
@@ -20,4 +20,4 @@ div.checkbox-primary + span.table-nest-icon {margin-left: 0px !important;}
|
||||
#checkAll + label.hover:after {border-width: 0px;}
|
||||
.c-budget {width:100px; text-align: right; padding-right:16px !important;}
|
||||
.c-status {width: 65px !important;}
|
||||
.icon-scrum.table-nest-toggle:after, .icon-waterfall.table-nest-toggle:after, .icon-kanban.table-nest-toggle:after {content: ''; border: 0;}
|
||||
.icon-scrum.table-nest-toggle:after, .icon-waterfall.table-nest-toggle:after, .icon-kanban.table-nest-toggle:after, .icon-waterfallplus.table-nest-toggle:after, .icon-aglieplus.table-nest-toggle:after {content: ''; border: 0;}
|
||||
|
||||
2
module/program/view/browsebylist.html.php
Normal file → Executable file
2
module/program/view/browsebylist.html.php
Normal file → Executable file
@@ -122,6 +122,8 @@ th.table-nest-title > .table-nest-toggle-global:before {width: 100%; left: 0 !im
|
||||
#programTableList .icon-scrum:before {content: '\e9a2';}
|
||||
#programTableList .icon-waterfall:before {content: '\e9a4';}
|
||||
#programTableList .icon-kanban:before {content: '\e983';}
|
||||
#programTableList .icon-waterfallplus:before {content: '\e9ed';}
|
||||
#programTableList .icon-agileplus:before {content: '\e9ee';}
|
||||
#programTableList > tr[data-type="program"] > .c-name > a {color: #0b0f18;}
|
||||
#programTableList > tr[data-nest-parent] {background: #f8f8f8;}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user