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

restx.log.css.app.css Maven / Gradle / Ivy

The newest version!
body {
    padding-top: 60px;
}

.logLine {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

.WARN {
    background-color: #ff9c21;
}

.ERROR {
    background-color: #ee5f5b;
}

.DEBUG {
    background-color: #11b6ff;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy