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

ui.static.css.textDiff.css Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
.diff-equal {

}
.diff-added {
    background-color: #d2ffc0;
}
.diff-added-detail {
    background-color: #82d373;
    border-radius: 3px;
}
.diff-removed {
    background-color: #ffcbc1;
}
.diff-removed-detail {
    background-color: #ff9092;
    border-radius: 3px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy