BoxEscape/html/css/extra.css

20 lines
245 B
CSS
Raw Permalink Normal View History

2021-03-07 15:38:50 +00:00
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;
}