All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.assets.core.ExceptionDisplay.css Maven / Gradle / Ivy

TABLE.stack-trace {
    font-size: small;
}

TABLE.stack-trace TR.usercode-frame {
    font-weight: bold;
    color: blue;
}

TABLE.stack-trace TR.omitted-frame {
    color: gray;
}

TABLE.stack-trace.filtered TR.omitted-frame {
    display: none;
}

TABLE.stack-trace TD.class-name {
    text-align: right;
}

TABLE.stack-trace .package-name {
    font-size: xx-small;
}

TABLE.stack-trace TD.method-name {
    font-weight: bold;
}

TABLE.stack-trace TD.file-name {
    font-size: x-small;
    text-align: right;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy