Fixed buttons and improved load times of list.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user