/* Ticket-type background color */ #main_wrapper > div.viewbuilder-struct:first-of-type.serviceRequest { background: linear-gradient(to bottom, #BCDEB9, #FFFFFF); } #main_wrapper > div.viewbuilder-struct:first-of-type.incident { background: linear-gradient(to bottom, #FEDDA9, #FFFFFF); } #main_wrapper > div.viewbuilder-struct:first-of-type.changeRequest { background: linear-gradient(to bottom, #A3CEE8, #FFFFFF); } #main_wrapper > div.viewbuilder-struct:first-of-type.problem { background: linear-gradient(to bottom, #C89999, #FFFFFF); } #main_wrapper > div.viewbuilder-struct:first-of-type.releaserecord { background: linear-gradient(to bottom, #9184F4, #FFFFFF); } /* Ticket icons */ .page_title > i.ci, .page_title > i.fa { font-size: .85em; padding: 3px; margin-top: 3px; border: 1px solid; border-radius: 4px; float: left; margin-right: 8px; } .page_title > i.ci-service-request { background-color: white; border-color: black; } .page_title > i.ci-incident { background-color: white; border-color: black; } .page_title > i.ci-change-request { background-color: white; border-color: black; } .page_title > i.ci-problem { background-color: white; border-color: black; } .page_title > i.ci-release-record { background-color: white; border-color: black; } /*Support for portal v8.10.x*/ .content-header.incident { background: linear-gradient(to bottom, #FEDDA9, #FFFFFF); } .content-header.serviceRequest { background: linear-gradient(to bottom, #BCDEB9, #FFFFFF); } .content-header.releaserecord { background: linear-gradient(to bottom, #9184F4, #FFFFFF); } .content-header.changeRequest { background: linear-gradient(to bottom, #A3CEE8, #FFFFFF); } .content-header.problem { background: linear-gradient(to bottom, #C89999, #FFFFFF); } /* Ticket icons */ .content-header__main__breadcrumbs-container > i { font-size: .85em; padding: 3px; margin-top: 3px; border: 1px solid; border-radius: 4px; float: left; margin-right: 8px; background-color: white; border-color: black; }