ReverseQuiz/html/css/extra.css

25 lines
294 B
CSS

tr.clickable{
cursor: pointer;
}
tr.clickable:hover{
background-color: #eeeeee;
}
.new-section{
border-top: 1px solid #eee;
margin-top: 15px;
padding-top: 20px;
}
.footer{
margin-top: 60px;
color: #aaa;
text-align: center;
}
label {
display: inline;
margin-left: 12px;
}