move action items to dropdown
This commit is contained in:
@@ -28,8 +28,8 @@ function hidetoggle(name) {
|
||||
}}
|
||||
}
|
||||
}
|
||||
function dropDown() {
|
||||
document.getElementById("Dropdown").classList.toggle("show");
|
||||
function dropDown(name) {
|
||||
document.getElementById(name).classList.toggle("show");
|
||||
}
|
||||
|
||||
// Close the dropdown menu if the user clicks outside of it
|
||||
|
||||
@@ -22,7 +22,7 @@ td { height: 1.75em; }
|
||||
border: 1px solid #aacbe2; }
|
||||
.error { background: #f0d6d6; padding: 0.5em; }
|
||||
.hidden { display: none; }
|
||||
.pointer { cursor: pointer; }
|
||||
.pointer { cursor: pointer; text-decoration: underline; }
|
||||
|
||||
/* dropdown */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user