Fixed buttons and improved load times of list.

This commit is contained in:
2019-04-01 03:18:14 -05:00
parent 5afaf1d6a0
commit f0c2a51887
5 changed files with 39 additions and 52 deletions

View File

@@ -24,13 +24,16 @@ html, body { overflow-x: hidden; }
margin-left: 25%;
}
#udArrows button {
#udArrows input {
font-size: 2em;
background-color: rgba(79, 186, 70, 1);
color: rgba(255,255,255,1);
width: 1em;
height: 1em;
padding: 0.1em;
}
#udArrows button:hover {
#udArrows input:hover {
background-color: rgba(152, 152, 152, 1);
color: rgba(0,0,0,1);
cursor: pointer;