Skip to content

CxOne - Checkmarx One by skilla

Details

Authorskilla

LicenseCC Creative

Categoryast.checkmarx.net

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Maximize the usable screen-space for auditing purposes in the CxOne WebUI 2025.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ast.checkmarx.net
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Maximize the usable screen-space for auditing purposes in the CxOne WebUI 2025.
@author         Me
==/UserStyle== */

@-moz-document domain("ast.checkmarx.net") {
 

	table { table-layout: auto !important }
	
	.tab-footer { display: none }


    .main-layout-container .discovery-footer {
        padding-bottom: 0px;
    }

    .cx-root-container .cx-custom-app-table-collapse {
        margin-bottom: 0;
    }

    .cx-root-container .cx-custom-plugins-expand-bar .cx-collapse-header {
        height: auto; 
    }

    .cx-root-container .cx-custom-table:where(:not([class*="ant-"])) .cx-table td {
        padding: 5px !important;
        height: auto;
    }
    
    .sast-results-page-container .sast-results-page-table {
        padding: 0;
    }
    

    @media screen and (min-width: 1921px) {
        body {
            max-width: 100%;
            margin-top: 0;
            max-height: fit-content;
        }
    }

}

Reviews

No reviews yet.