document.getElementById('fg').value = items["fgvalue"];
document.getElementById('hr').value = items["hrvalue"];
});
+ document.getElementById('save').addEventListener('click', save_options);
}
document.addEventListener('DOMContentLoaded', restore_options);
-document.getElementById('save').addEventListener('click', save_options);
flex-direction: row;
display: -webkit-flex;
-webkit-flex-direction: row;
+ min-height: 283px;
}
ul {
height: 19px;
margin: 14px 0 6px 0;
border: 2px var(--hover-bg) dashed;
- background-color: var(--default-bg);
+ background-color: var(inherit);
color: inherit;
font-family: inherit;
}
content: '....';
position: relative;
right: 20px;
- top: 35px;
+ top: 36px;
width: 10px;
height: 20px;
display: none;