* Fix css for up button

This commit is contained in:
michael 2019-07-26 16:09:41 +00:00
parent 5012b557ae
commit 5a48780064

View File

@ -129,10 +129,10 @@ body {
box-shadow: 1px 2px #aaa; box-shadow: 1px 2px #aaa;
} }
#control-rotate { #control-up {
background-color: #537fe4; background-color: #537fe4;
} }
#control-rotate:hover { #control-up:hover {
background-color: #275edd; background-color: #275edd;
} }
@ -224,3 +224,4 @@ body {
background-color: #1e4fc2; background-color: #1e4fc2;
transform: translateY(2px); transform: translateY(2px);
} }