Color shift slider, close buttons, fix mouse end

This commit is contained in:
2017-08-13 00:56:47 -04:00
parent 71459734e3
commit 94b6fdead2
3 changed files with 56 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ td, th {
form input, form button {
margin-bottom: 5px;
margin-top: 10px;
margin-top: 5px;
}
form label, form label strong {
@@ -42,8 +42,8 @@ form label strong {
input {
color: white;
background-color: #2e2e2e;
border-color: #4a4a4a;
background-color: rgba(46, 46, 46, 0.2);
border-color: #222222;
}
input[type=number] {
@@ -75,3 +75,10 @@ div.panel {
left: 0;
z-index: 10;
}
#close-controls, #close-help {
position: absolute;
top: 0;
right: 0;
padding: 3px 6px;
}