rahulkapoor90/VITacademics-Enhancement-Suite

View on GitHub
Extension for chrome/css/attendance/attendance.css

Summary

Maintainability
Test Coverage
p[id^=t] {
    font-weight:bold;
    color: #669644;
}
p[id^=po] {
    font-weight: bold;
}
p[id^=p] {
    font-weight: bold;
}
p[id^=tt]{
    font-weight: bold;
    color: #E74C3C;
}
button{
    position: relative;
    text-decoration: none;
    margin-right: 6px;
    border-bottom: 5px solid #959595;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    cursor: pointer;
}
button:active
{
    transform: translate(0px,5px);
    -moz-transform: translate(0px,5px);
    -ms-transform: translate(0px,5px);
    -o-transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
    border-bottom: 1px solid;
}