Show More
Commit Description:
upgrade to 5.2.6
Commit Description:
upgrade to 5.2.6
File last commit:
Show/Diff file:
Action:
app/assets/stylesheets/graders.css.scss | 18 lines | 276 B | text/x-scss | ScssLexer |
table.graders tr {
&.active {
border: 1px solid black;
background: lightgreen;
text-align: center;
}
&.inactive {
border: 1px solid black;
background: #ffcccc;
text-align: center;
}
}
.submitbox .item {
padding-right: 5px;
float: left;
}